Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move allowed failures to excludes in Travis. The current failures are…
… simply version incompatibilities.
  • Loading branch information
jessebeach committed Nov 27, 2019
1 parent f1e32f4 commit 912e515
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Expand Up @@ -41,15 +41,6 @@ matrix:
- node_js: "node"
env: LINT=true TEST=false
exclude:
- node_js: "4"
env: ESLINT=5
- node_js: "4"
env: ESLINT=6
- node_js: "5"
env: ESLINT=5
- node_js: "6"
env: ESLINT=6
allow_failures:
- node_js: "7"
env: ESLINT=6
- node_js: "7"
Expand All @@ -58,6 +49,8 @@ matrix:
env: ESLINT=4
- node_js: "7"
env: ESLINT=3
- node_js: "6"
env: ESLINT=6
- node_js: "6"
env: ESLINT=5
- node_js: "6"
Expand All @@ -66,10 +59,16 @@ matrix:
env: ESLINT=3
- node_js: "5"
env: ESLINT=6
- node_js: "5"
env: ESLINT=5
- node_js: "5"
env: ESLINT=4
- node_js: "5"
env: ESLINT=3
- node_js: "4"
env: ESLINT=6
- node_js: "4"
env: ESLINT=5
- node_js: "4"
env: ESLINT=4
- node_js: "4"
Expand Down

0 comments on commit 912e515

Please sign in to comment.