Skip to content

Commit

Permalink
Update node and npm on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeezley committed Jun 12, 2017
1 parent d8f19dd commit 6d3163a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo: required
dist: trusty

node_js:
- 4
- 6

addons:
firefox: latest
Expand Down Expand Up @@ -34,7 +34,7 @@ before_install:
# Start xvfb with a specific resolution and pixel depth
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x24"
- CACHE="${HOME}/cache" CMAKE_VERSION=3.5.0 CMAKE_SHORT_VERSION=3.5 source ./scripts/install_cmake.sh
- npm prune
- npm install -g npm

before_script:
- export DISPLAY=:99.0
Expand Down

0 comments on commit 6d3163a

Please sign in to comment.