Skip to content

Commit

Permalink
Update node versions tested on CI
Browse files Browse the repository at this point in the history
* Enable testing on iojs and node 0.12 (since we support both)
* Stop testing on node < 0.12 (since that's no longer supported)
  • Loading branch information
nwgh committed Aug 11, 2015
1 parent 49b4bb4 commit dd2219b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "iojs"
- "0.12"

0 comments on commit dd2219b

Please sign in to comment.