Skip to content

Commit

Permalink
ci: nix iojs, add Node.js 6, prioritize 4 over 5
Browse files Browse the repository at this point in the history
Credit: @othiym23
PR-URL: npm#12487
Reviewed-By: @iarna
  • Loading branch information
othiym23 authored and iarna committed Apr 27, 2016
1 parent 45db3f8 commit da1d86a
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,8 +1,8 @@
language: node_js
node_js:
- "5"
- "6"
- "4"
- iojs
- "5"
- "0.12"
- "0.10"
- "0.8"
Expand Down

0 comments on commit da1d86a

Please sign in to comment.