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 4776088 commit b561737Copy full SHA for b561737
.travis.yml
@@ -7,7 +7,7 @@ env:
7
8
install: "mvn install -DskipTests -U -B"
9
10
-test: "mvn install -U -B -Pintegration-tests -Dinvoker.test=test-zip-*/pom4test.xml,test-deb-*/pom4test.xml"
+script: "mvn install -U -B -Pintegration-tests -Dinvoker.test=test-zip-*/pom4test.xml,test-deb-*/pom4test.xml"
11
12
after_success:
13
- python .travis-addServer.py
0 commit comments