Skip to content

Commit

Permalink
Update node/npm versions for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixeliot committed Nov 16, 2017
1 parent aace800 commit 4a76656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- 5.1.1
- 5.12.0
env:
- CXX=g++-4.8
services:
Expand All @@ -21,7 +21,7 @@ cache:
- bower_components
before_install:
- export COCO_TRAVIS_TEST=1
- npm install -g npm@3.x
- npm install -g npm@3.10.10
before_script:
- npm update
- export DISPLAY=:99.0
Expand Down

0 comments on commit 4a76656

Please sign in to comment.