build with Node 8 on Travis

This commit is contained in:
Matthias Kretschmann 2017-08-23 15:48:46 +02:00
parent 72c9688fc4
commit d9d80ce9ff
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 7
- nvm install 8
before_script: "_ci/setup.sh"
script: "_ci/build.sh"