Skip to content

Commit

Permalink
add code coverage step back to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutrell committed Oct 23, 2020
1 parent 08d8d7d commit 7874c27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -28,4 +28,7 @@ jobs:
before_install:
- ./travis/before_install.sh
script:
- ./travis/script.sh
- ./travis/script.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
- sleep 5

0 comments on commit 7874c27

Please sign in to comment.