Skip to content

Commit

Permalink
trying to run coveralls only after test
Browse files Browse the repository at this point in the history
  • Loading branch information
barkanido committed Dec 6, 2020
1 parent ba25a7c commit 2f8edcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
script: lein javac
- stage: test
script: lein do clean, javac, test
after_script: bash -ex test/coveralls.sh
after_success:
- bash -ex test/coveralls.sh
notifications:
recipients:
- ido@appsflyer.com
Expand Down

0 comments on commit 2f8edcb

Please sign in to comment.