We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997efba commit 7a8b1baCopy full SHA for 7a8b1ba
.travis.yml
@@ -29,7 +29,5 @@ deploy:
29
repo: MontiSecArc/intellij_msa_language_plugin
30
tags: true
31
32
-test:
33
- post:
34
- - if [ -e ./gradlew ]; then ./gradlew check;else gradle check;fi
35
- - bash <(curl -s https://codecov.io/bash)
+after_success:
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments