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:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
|
|
||||||
cache:
|
install:
|
||||||
directories:
|
- mvn install -Pdistribution -DskipTests=true -B -V -q
|
||||||
- $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
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mvn test -B
|
- mvn test -B
|
||||||
|
|
Loading…
Reference in a new issue