swap verify and install

This commit is contained in:
Julian Dolby 2017-08-02 00:04:38 +00:00
parent 93119c7ad4
commit 725c734b8b
1 changed files with 2 additions and 2 deletions

View File

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