This commit is contained in:
Stian Thorgersen 2017-05-08 15:14:55 +02:00
parent f63c60855e
commit 68c7da141b

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
travis_wait 60 mvn install --no-snapshot-updates -DskipTests=true -B -V -q -f testsuite
mvn install --no-snapshot-updates -DskipTests=true -f testsuite
if [ $1 == "old" ]; then
mvn test -B --no-snapshot-updates -f testsuite/integration