remove -q for diagnostics

This commit is contained in:
Julian Dolby 2017-08-02 00:39:51 +00:00
parent f094bb7bd0
commit 340fb45b85
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ before_install:
- git clone --depth=1 https://github.com/secure-software-engineering/DroidBench.git
/tmp/DroidBench
install:
- mvn clean verify -DskipTests=true -B -q
- mvn clean verify -DskipTests=true -B
script:
- xvfb-run mvn clean install -B
- bash ./dependent-projects-trigger.sh $AUTH_TOKEN