Skip to content

Commit

Permalink
Don’t run tests on Node 6 (#5613)
Browse files Browse the repository at this point in the history
* Don’t run tests on Node 6

* Re-enable fast finish
  • Loading branch information
j-f1 committed Dec 9, 2018
1 parent 952bc0c commit 98680a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: node_js
node_js:
- node
- "8"
- "6"

cache:
yarn: true
Expand All @@ -22,11 +21,6 @@ matrix:
include:
- node_js: "node"
env: JOB=lint
# Our test fail with a segfault in node 6
# (see https://github.com/prettier/prettier/issues/3457)
# To prevent making our Travis run useless, mark Node 6 as allowed to fail.
allow_failures:
- node_js: "6"

install:
- yarn install
Expand Down

0 comments on commit 98680a4

Please sign in to comment.