Skip to content

Commit

Permalink
[Tests] up to node v5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 10, 2016
1 parent 08abc0d commit cdd2a61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -1,5 +1,9 @@
language: node_js
node_js:
- "5.3"
- "5.2"
- "5.1"
- "5.0"
- "4.2"
- "4.1"
- "4.0"
Expand Down Expand Up @@ -35,6 +39,9 @@ sudo: false
matrix:
fast_finish: true
allow_failures:
- node_js: "5.2"
- node_js: "5.1"
- node_js: "5.0"
- node_js: "4.1"
- node_js: "4.0"
- node_js: "iojs-v3.2"
Expand Down

0 comments on commit cdd2a61

Please sign in to comment.