Skip to content

Commit

Permalink
don't hardcode minor version
Browse files Browse the repository at this point in the history
It's making run the CI with older versions of Node releases and more importantly with branches that don't receive security patches.
  • Loading branch information
a0viedo authored Jan 18, 2017
1 parent c81c084 commit dd230f6
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
Expand Up @@ -2,9 +2,9 @@ language: node_js
node_js:
- "node"
- "iojs"
- "6.0"
- "5.0"
- "4.2"
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
script: make test-coveralls
Expand Down

0 comments on commit dd230f6

Please sign in to comment.