Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #45 from ipdb/fix/travis
Browse files Browse the repository at this point in the history
Travis: switch to container image, bump Node
  • Loading branch information
kremalicious authored Jan 4, 2018
2 parents 2adc385 + ebbd6a4 commit 0dfcecf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
sudo: required
dist: trusty

language: ruby
rvm:
- 2.4
Expand All @@ -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"
Expand Down

0 comments on commit 0dfcecf

Please sign in to comment.