Skip to content

Commit

Permalink
[Tests] up to node v6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 30, 2016
1 parent 87d62ad commit c50c154
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:
- "6.2"
- "6.1"
- "6.0"
- "5.11"
- "5.10"
- "5.9"
- "5.8"
Expand Down Expand Up @@ -51,6 +55,9 @@ sudo: false
matrix:
fast_finish: true
allow_failures:
- node_js: "6.1"
- node_js: "6.0"
- node_js: "5.10"
- node_js: "5.9"
- node_js: "5.8"
- node_js: "5.7"
Expand Down

0 comments on commit c50c154

Please sign in to comment.