keycloak-aplcache
Changes
travis-run-tests.sh 2(+1 -1)
Details
travis-run-tests.sh 2(+1 -1)
diff --git a/travis-run-tests.sh b/travis-run-tests.sh
index 67c8655..fd5e5e3 100755
--- a/travis-run-tests.sh
+++ b/travis-run-tests.sh
@@ -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