Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Run coverage on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Jun 4, 2019
1 parent b150a09 commit 5818362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ install:
script:
- ./ci_scripts/ci-test.sh

after_success:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm run coverage; else true; fi

notifications:
email: false

0 comments on commit 5818362

Please sign in to comment.