Skip to content

Commit

Permalink
chore: make coveralls optionally sucessful
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed May 16, 2021
1 parent f53d0f5 commit 2f1e22e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ notifications:

branches:
only:
- master
- master

script:
script:
- npm run test
- npm run coveralls
- npm run coveralls || true

0 comments on commit 2f1e22e

Please sign in to comment.