Merge pull request #3103 from mposolda/travis-fix

Travis workaround - another attempt
This commit is contained in:
Marek Posolda 2016-08-02 09:21:04 +02:00 committed by GitHub
commit 7ec3813a07

View file

@ -12,7 +12,7 @@ before_script:
- export MAVEN_SKIP_RC=true - export MAVEN_SKIP_RC=true
install: install:
- mvn install -Pdistribution -DskipTests=true -B -V | grep -e "Maven" -e "Java" -e "Building Keycloak" - ( mvn install -Pdistribution -DskipTests=true -B -V -q ) & ( MYPID=$!; while [ $(ps -ef | grep $MYPID | grep -v grep | wc -l) -gt 0 ]; do sleep 10; date; done; )
script: script:
- mvn test -B - mvn test -B