Skip to content

Commit

Permalink
chore(ci): Add all node versions to travis (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz authored and knownasilya committed Feb 22, 2018
1 parent 6c3110f commit 827d9f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
script:
- "npm run lint"
- "npm run test-with-coverage"
Expand Down

0 comments on commit 827d9f4

Please sign in to comment.