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 7ab7086 commit 26eaa5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ jdk:
- openjdk11
- openjdk13
- openjdk15
after_script:
- bash -ex test/coveralls.sh
jobs:
include:
- stage: lint
Expand All @@ -16,6 +14,7 @@ jobs:
script: lein do javac
- stage: test
script: lein do clean, javac, test
after_script: bash -ex test/coveralls.sh
notifications:
recipients:
- ido@appsflyer.com
Expand Down

0 comments on commit 26eaa5a

Please sign in to comment.