Skip to content

Commit

Permalink
[Tests] require tests to pass down to node 0.10; add node 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 21, 2017
1 parent 7708adb commit 5827897
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '7'
- '6'
- '5'
- '4'
Expand All @@ -13,6 +14,3 @@ after_success:
matrix:
fast_finish: true
allow_failures:
- node_js: "iojs"
- node_js: "0.12"
- node_js: "0.10"

0 comments on commit 5827897

Please sign in to comment.