Do 'verify' instead of 'install' in jar build

This way, we don't pollute the cache of .m2 every time the build runs.
This commit is contained in:
Manu Sridharan 2016-05-25 16:14:47 +02:00
parent bd9d6d6c62
commit 327dd1752c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ install:
script:
- mvn clean verify -B -q
- jdk_switcher use oraclejdk7
- ./build-maven-jars.py "install -Dgpg.skip"
- ./build-maven-jars.py "verify -Dgpg.skip"
sudo: false
cache:
directories: