Skip to content

Commit

Permalink
Update node versions for Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Feb 20, 2018
1 parent 8a2450c commit 084a1ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false
language: node_js
node_js:
- 'stable'
- '0.12'
- '0.10'
- '8'
- '6'
- '4'
before_script:
- npm install -g gulp
- gulp lint
Expand Down

0 comments on commit 084a1ee

Please sign in to comment.