Skip to content

Commit

Permalink
Fix push to codecov once per build
Browse files Browse the repository at this point in the history
  • Loading branch information
matan129 committed Jul 1, 2017
1 parent 25a7d05 commit 8ad7346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cache:
- "$HOME/.gradle/wrapper/"

after_success:
- "[ $INTELLIJ_VERSION = \"latest\" ] || bash <(curl -s https://codecov.io/bash)"
- "[ \"$INTELLIJ_VERSION\" != \"latest\" ] || bash <(curl -s https://codecov.io/bash)"

before_deploy:
- ./gradlew buildPlugin
Expand Down

0 comments on commit 8ad7346

Please sign in to comment.