Skip to content

Commit

Permalink
test against nodejs 4, 6, 8 and 9 (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored and Golmote committed Mar 8, 2018
1 parent ee4cd1d commit 97b7d0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
- '8'
- '9'
before_script:
- npm install -g gulp
- gulp
Expand Down

0 comments on commit 97b7d0a

Please sign in to comment.