Merge pull request #3100 from mposolda/master

Fix travis
This commit is contained in:
Marek Posolda 2016-08-02 05:42:29 +02:00 committed by GitHub
commit 98be930027

View file

@ -12,7 +12,7 @@ before_script:
- export MAVEN_SKIP_RC=true
install:
- mvn install -Pdistribution -DskipTests=true -B -V -q
- mvn install -Pdistribution -DskipTests=true -B -V | grep -e "Maven" -e "Java" -e "Building Keycloak"
script:
- mvn test -B