Skip to content

Commit

Permalink
Test on latest node and io.js
Browse files Browse the repository at this point in the history
Per 0262b42 - 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.
  • Loading branch information
ljharb authored and rvanvelzen committed Apr 14, 2015
1 parent 0552dbd commit 763bd36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: node_js
before_install: "npm install -g npm"
node_js:
- "0.10"
- "iojs"
- "0.12"
- "0.11"

This comment has been minimized.

Copy link
@mgol

mgol Apr 14, 2015

Contributor

Is 0.11 still needed here? Everyone should update to the stable 0.12 anyway and 0.11 is not a monolith, API was broken multiple times between versions so it's testing against 0.11.16 only.

- "0.10"
matrix:
fast_finish: true
sudo: false

0 comments on commit 763bd36

Please sign in to comment.