Updated Travis configuration
This commit is contained in:
parent
04ddf7ba4d
commit
ba0b59bfd0
1 changed files with 2 additions and 9 deletions
11
.travis.yml
11
.travis.yml
|
@ -3,15 +3,8 @@ language: java
|
|||
jdk:
|
||||
- oraclejdk8
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
||||
before_cache:
|
||||
- rm -rf $HOME/.m2/repository/org/keycloak
|
||||
- cd $HOME/.m2/repository && find -name *.lastUpdated | xargs rm
|
||||
|
||||
install: mvn install -Pdistribution -DskipTests=true -B -V
|
||||
install:
|
||||
- mvn install -Pdistribution -DskipTests=true -B -V -q
|
||||
|
||||
script:
|
||||
- mvn test -B
|
||||
|
|
Loading…
Reference in a new issue