Skip to content

Commit

Permalink
Use Node 8 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenlehara committed Sep 29, 2017
1 parent 6bf78fe commit b8fe901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,10 +1,10 @@
language: node_js
node_js:
- "0.10"
- 8
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- npm install -g grunt-cli bower
- bower install
script: npm test
script: npm test

0 comments on commit b8fe901

Please sign in to comment.