Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
monteslu committed Oct 20, 2017
1 parent b582b39 commit b03be38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '6'
before_install:
- 'npm install -g npm' # need latest npm for scoped modules
- 'export DISPLAY=:99.0'
- 'sh -e /etc/init.d/xvfb start'
script: npm run ci
Expand All @@ -17,5 +15,5 @@ deploy:
skip_cleanup: true
on:
tags: true
node: '0.10'
node: '6'
all_branches: true

0 comments on commit b03be38

Please sign in to comment.