aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Merwin <[email protected]>2017-02-05 12:33:36 -0800
committerGitHub <[email protected]>2017-02-05 12:33:36 -0800
commit72a40465b0c4c21497ea7864a26d8c59446988fc (patch)
tree07cfdc186ad1128d0569a9117ba9ef45b36d99d5
parent87b27f7185c848108caca967bc0ea503a3079cd9 (diff)
parentdd230f6a6234a6ecd2c24c03358d01a97653f14b (diff)
downloadnode-coveralls-72a40465b0c4c21497ea7864a26d8c59446988fc.tar.xz
node-coveralls-72a40465b0c4c21497ea7864a26d8c59446988fc.zip
Merge pull request #154 from a0viedo/patch-1
don't hardcode minor version
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 04aaca5..950be54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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