Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 5154d52

Browse files
author
Fabian Zeller
committed
updated travis file
1 parent d25908b commit 5154d52

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ jdk:
44
before_install:
55
- chmod +x ./gradlew
66
script:
7-
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./gradlew test; fi'
8-
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./gradlew integrationTest sendCoverageToCodacy; fi'
7+
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./gradlew check; fi'
8+
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./gradlew test integrationTest; fi'
9+
- sh ./gradlew sendCoverageToCodacy
910
deploy:
1011
- provider: releases
1112
api_key:

0 commit comments

Comments
 (0)