Skip to content

Commit 7a8b1ba

Browse files
authored
Update .travis.yml
1 parent 997efba commit 7a8b1ba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@ deploy:
2929
repo: MontiSecArc/intellij_msa_language_plugin
3030
tags: true
3131

32-
test:
33-
post:
34-
- if [ -e ./gradlew ]; then ./gradlew check;else gradle check;fi
35-
- bash <(curl -s https://codecov.io/bash)
32+
after_success:
33+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)