Don’t run tests on Node 6 (#5613)

* Don’t run tests on Node 6

* Re-enable fast finish
master
Jed Fox 2018-12-09 12:18:09 -05:00 committed by GitHub
parent 952bc0cc03
commit 98680a48e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -4,7 +4,6 @@ language: node_js
node_js:
- node
- "8"
- "6"
cache:
yarn: true
@ -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