Skip to content

Commit

Permalink
Run tests on Node 5, 6, 7 and 8 (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
serima authored and frozeman committed May 17, 2018
1 parent f15caf1 commit 59aae30
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:
- "4.1"
- "4.0"
- "5"
- "6"
- "7"
- "8"
before_script:
- npm install
- npm install jshint
Expand Down

0 comments on commit 59aae30

Please sign in to comment.