Browse Source

Slim down test matrix to currently used versions

Also keeps 0.8 since we don't want to drop that support until 2.x
v1.x
Linus Unnebäck 9 years ago
committed by GitHub
parent
commit
39ac1a3f57
  1. 16
      .travis.yml

16
.travis.yml

@ -1,16 +1,10 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.12"
- "iojs-v1.8.4"
- "iojs-v2.5.0"
- "iojs-v3.3.0"
- "4"
- "5"
matrix:
allow_failures:
- node_js: "5"
- '6'
- '4'
- '0.12'
- '0.10'
- '0.8'
addons:
apt:
sources:

Loading…
Cancel
Save