Skip to content

Commit

Permalink
ci: run test only on node v4/v6/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarrishav authored Dec 7, 2017
1 parent 9676b5c commit b0314da
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,10 +1,10 @@
language: node_js
node_js:
- "0.12"
- "iojs"
- "4"
- "6"
- "8"
matrix:
include:
- node_js: "0.10"
env: TEST="all"
notifications:
email:
Expand Down

0 comments on commit b0314da

Please sign in to comment.