Skip to content

Commit

Permalink
removes builds allowed to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Jan 15, 2019
1 parent 8931391 commit 7ce604f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ git:
node_js:
- 11
- 10
# - 9
# - 8
# - 7
# - 6
# - 5
- 9
- 8
- 7
- 6
jobs:
allow_failures:
- node_js: 5
include:
- stage: lint
install: ignore
Expand Down

0 comments on commit 7ce604f

Please sign in to comment.