Skip to content

Commit 3d43c66

Browse files
committed
ci: Add back tests
1 parent 7e8e464 commit 3d43c66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ script:
4343
|| true'
4444
- if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then ./appscan/ASOC.sh; fi
4545
- "./gradlew install -x check"
46-
#- "./gradlew checkstyleMain"
47-
#- "./gradlew checkstyleTest"
48-
#- "./gradlew codeCoverageReport --continue"
49-
#- "./gradlew docs > /dev/null"
46+
- "./gradlew checkstyleMain"
47+
- "./gradlew checkstyleTest"
48+
- "./gradlew codeCoverageReport --continue"
49+
- "./gradlew docs > /dev/null"
5050
after_success:
5151
- bash <(curl -s https://codecov.io/bash)
5252
deploy:

0 commit comments

Comments
 (0)