Skip to content

Commit 704a120

Browse files
committed
build: list available nvm versions
1 parent 2959b0c commit 704a120

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ matrix:
1313
env: LINT=0
1414
- node_js: "7.10"
1515
env: LINT=0
16-
- node_js: "8.10"
16+
- node_js: "8.0"
1717
env: LINT=1
1818

1919
cache:
@@ -26,7 +26,8 @@ notifications:
2626
email: false
2727

2828
script:
29-
- docker run -d --name mysql -e MYSQL_ALLOW_EMPTY_PASSWORD=1 -e MYSQL_DATABASE=test -p 33306:3306 mysql:5.7
29+
- nvm ls-remote
30+
- docker run -d -e MYSQL_ALLOW_EMPTY_PASSWORD=1 -e MYSQL_DATABASE=test -p 33306:3306 mysql:5.7
3031
- MYSQL_PORT=33306 node tools/wait-up.js
3132
- node --version
3233
- yarn --version

0 commit comments

Comments
 (0)