Skip to content

Commit

Permalink
Merge pull request #154 from a0viedo/patch-1
Browse files Browse the repository at this point in the history
don't hardcode minor version
  • Loading branch information
nickmerwin committed Feb 5, 2017
2 parents 87b27f7 + dd230f6 commit 72a4046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
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 72a4046

Please sign in to comment.