Skip to content

Commit 4f29c5c

Browse files
committed
ci: fix travis build configuration warnings
1 parent accde2a commit 4f29c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
os: linux
3+
dist: xenial
34
node_js:
45
- "14"
56
- "13"
@@ -21,7 +22,6 @@ before_install:
2122
- 'nvm install-latest-npm'
2223
install:
2324
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ] || [ "${TRAVIS_NODE_VERSION}" = "0.9" ]; then nvm install --latest-npm 0.8 && npm install && nvm use "${TRAVIS_NODE_VERSION}"; else npm install; fi;'
24-
sudo: false
2525
matrix:
2626
fast_finish: true
2727
allow_failures:

0 commit comments

Comments
 (0)