Skip to content

Commit 8144e8b

Browse files
committed
Only do integration-test if pre-integration-test went ok
1 parent b023a2f commit 8144e8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ cache:
1212
install:
1313
- pip install -U pip
1414
script:
15-
- mvn clean pre-integration-test -P withIntegrationTest
16-
- mvn failsafe:integration-test -P withIntegrationTest
15+
- mvn clean pre-integration-test -P withIntegrationTest && mvn failsafe:integration-test -P withIntegrationTest

0 commit comments

Comments
 (0)