Skip to content

Commit

Permalink
[Tests] on node v8; no need for sudo; v0.8 passes now; allow v5…
Browse files Browse the repository at this point in the history
…/v7/iojs to fail.
  • Loading branch information
ljharb committed Jun 11, 2017
1 parent 4375661 commit e030260
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,6 +1,7 @@
language: node_js
sudo: true
sudo: false
node_js:
- "8"
- "7"
- "6"
- "5"
Expand All @@ -17,4 +18,6 @@ install:
matrix:
fast_finish: true
allow_failures:
- node_js: "0.8"
- node_js: "7"
- node_js: "5"
- node_js: "iojs"

0 comments on commit e030260

Please sign in to comment.