mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-23 09:08:15 +01:00
Simpler travis config
This commit is contained in:
parent
590532e557
commit
3c59bb1efb
@ -3,13 +3,7 @@ sudo: false
|
||||
language: java
|
||||
jdk: oraclejdk7
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.m2/repository'
|
||||
|
||||
script:
|
||||
- mvn dependency:purge-local-repository -DactTransitively=false -DreResolve=false
|
||||
- mvn clean install -B -U
|
||||
script: mvn verify -B
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
|
Loading…
Reference in New Issue
Block a user