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

Commit 0dfcecf

Browse files
authored
Merge pull request #45 from ipdb/fix/travis
Travis: switch to container image, bump Node
2 parents 2adc385 + ebbd6a4 commit 0dfcecf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
sudo: required
2-
dist: trusty
3-
41
language: ruby
52
rvm:
63
- 2.4
@@ -11,7 +8,7 @@ cache:
118
- $TRAVIS_BUILD_DIR/node_modules
129

1310
before_install:
14-
- nvm install 8
11+
- nvm install 9
1512

1613
before_script: "_ci/setup.sh"
1714
script: "_ci/build.sh"

0 commit comments

Comments
 (0)