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 58111ff commit 8be49e9Copy full SHA for 8be49e9
.travis.yml
@@ -42,7 +42,7 @@ script:
42
- "./gradlew checkstyleMain"
43
- "./gradlew checkstyleTest"
44
- "./gradlew shadowJar"
45
-- if [ "${TRAVIS_EVENT_TYPE}" == "push" ] && [ "${TRAVIS_BRANCH}" != "master" ]; then ./gradlew codeCoverageReport --continue; fi
+- if [ "${TRAVIS_EVENT_TYPE}" == "push" ] && [ "${TRAVIS_BRANCH}" != "master" ] && [ "${TRAVIS_TAG}" != "${TRAVIS_BRANCH}" ]; then ./gradlew codeCoverageReport --continue; fi
46
- "./gradlew docs > /dev/null"
47
after_success:
48
- bash <(curl -s https://codecov.io/bash)
secrets.tar.enc
0 Bytes
0 commit comments