Skip to content

Commit

Permalink
chore(travis-ci): update nodejs version used in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
the-darc committed Nov 9, 2016
1 parent cf42d12 commit b4baba9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.11"
- "0.10"

before_install:
Expand All @@ -10,6 +14,3 @@ before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 1

script:
- gulp test

0 comments on commit b4baba9

Please sign in to comment.