Skip to content

Commit 9b06766

Browse files
committed
update Linux on Travis CI to Ubuntu 18.04.2 LTS (Bionic Beaver)
http://releases.ubuntu.com/18.04/
1 parent 8f4a7e0 commit 9b06766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js: node
44
cache: npm
55
jobs:
66
include:
7-
- dist: xenial
7+
- dist: bionic
88
script: node . node . test.js
99
- dist: xenial
1010
script: CI="" npx c8 node . node -p "'Test for non-CI environments'" && npx c8 report --reporter=text-lcov > coverage.lcov && bash <(curl -s https://codecov.io/bash) -X gcov -f coverage.lcov

0 commit comments

Comments
 (0)