bump node version

This commit is contained in:
Matthias Kretschmann 2018-01-03 18:33:18 -02:00
parent 652dc5f593
commit 9cb56d6106
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ cache:
- $TRAVIS_BUILD_DIR/node_modules
before_install:
- nvm install 8
- nvm install 9
before_script: "_ci/setup.sh"
script: "_ci/build.sh"