Add "install: true" in .travis.yml

This commit is contained in:
creeper123123321 2019-10-30 14:53:38 -03:00 committed by GitHub
parent ce4ae73f55
commit a280c1ad39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,3 +11,5 @@ cache:
script:
- mvn dependency:purge-local-repository -DactTransitively=false -DreResolve=false
- mvn clean install -B -U
install: true