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 7e8e464 commit 3d43c66Copy full SHA for 3d43c66
.travis.yml
@@ -43,10 +43,10 @@ script:
43
|| true'
44
- if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then ./appscan/ASOC.sh; fi
45
- "./gradlew install -x check"
46
-#- "./gradlew checkstyleMain"
47
-#- "./gradlew checkstyleTest"
48
-#- "./gradlew codeCoverageReport --continue"
49
-#- "./gradlew docs > /dev/null"
+- "./gradlew checkstyleMain"
+- "./gradlew checkstyleTest"
+- "./gradlew codeCoverageReport --continue"
+- "./gradlew docs > /dev/null"
50
after_success:
51
- bash <(curl -s https://codecov.io/bash)
52
deploy:
0 commit comments