Commit 2882d6b7 by xzyfer

Reduce the Travis CI test matrix

- don't test old Node.JS version on OSX
- don't test iojs, should be covered by 0.12 and 4
parent 26f3b189
...@@ -20,6 +20,12 @@ env: ...@@ -20,6 +20,12 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
exclude:
- node_js: iojs
- node_js: "0.10"
os: osx
- node_js: "0.12"
os: osx
addons: addons:
apt: apt:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment