Skip to content

Commit b561737

Browse files
committed
o Trying another way to get travis to run.
1 parent 4776088 commit b561737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77

88
install: "mvn install -DskipTests -U -B"
99

10-
test: "mvn install -U -B -Pintegration-tests -Dinvoker.test=test-zip-*/pom4test.xml,test-deb-*/pom4test.xml"
10+
script: "mvn install -U -B -Pintegration-tests -Dinvoker.test=test-zip-*/pom4test.xml,test-deb-*/pom4test.xml"
1111

1212
after_success:
1313
- python .travis-addServer.py

0 commit comments

Comments
 (0)