Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Allow failures for node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplantzzz committed Jul 6, 2020
1 parent 6fbd31d commit c2f0889
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -18,12 +18,11 @@ before_install:

matrix:
fast_finish: true
include:
allow_failures:
- node_js: 8
env: FABRICEVM=true
- node_js: 8
env: COVERAGE=true
allow_failures:
- node_js: 8
env: COVERAGE=true

Expand Down

0 comments on commit c2f0889

Please sign in to comment.