keycloak-aplcache

Fix

5/8/2017 10:14:55 AM

Changes

Details

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