Merge pull request #45 from ipdb/fix/travis

Travis: switch to container image, bump Node
This commit is contained in:
Matthias Kretschmann 2018-01-04 20:56:48 -02:00 committed by GitHub
commit 0dfcecfff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
sudo: required
dist: trusty
language: ruby
rvm:
- 2.4
@ -11,7 +8,7 @@ cache:
- $TRAVIS_BUILD_DIR/node_modules
before_install:
- nvm install 8
- nvm install 9
before_script: "_ci/setup.sh"
script: "_ci/build.sh"