Skip to content

Commit

Permalink
ci: allow failures on node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
evansiroky committed Nov 25, 2021
1 parent 009c4db commit debc6ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ matrix:
script:
- "npm run cover"
- bash <(curl -s https://codecov.io/bash)
- node_js: "12"
env: COVERAGE=false
script:
- npm run lint
- npm t
- npm run build

script:
- npm run lint
Expand Down

0 comments on commit debc6ca

Please sign in to comment.