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 b023a2f commit 8144e8bCopy full SHA for 8144e8b
.travis.yml
@@ -12,5 +12,4 @@ cache:
12
install:
13
- pip install -U pip
14
script:
15
-- mvn clean pre-integration-test -P withIntegrationTest
16
-- mvn failsafe:integration-test -P withIntegrationTest
+- mvn clean pre-integration-test -P withIntegrationTest && mvn failsafe:integration-test -P withIntegrationTest
0 commit comments