Per 0262b4244c - if you're going to stop testing on 0.8, you should be testing on 0.12.
Also allow failures on unstable nodes and "older than two latest" `io.js` versions, and enable "sudo: false" which makes tests run faster.
11 lines
156 B
YAML
11 lines
156 B
YAML
language: node_js
|
|
before_install: "npm install -g npm"
|
|
node_js:
|
|
- "iojs"
|
|
- "0.12"
|
|
- "0.11"
|
|
- "0.10"
|
|
matrix:
|
|
fast_finish: true
|
|
sudo: false
|