Merge pull request #1470 from stianst/master
Enabled testsuite/integration-arquillian on Travis
This commit is contained in:
commit
5b7d4184f0
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
language: java
|
||||
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
@ -7,4 +10,10 @@ cache:
|
|||
before_cache:
|
||||
- rm -rf $HOME/.m2/repository/org/keycloak
|
||||
|
||||
install: mvn install -Pdistribution -DskipTests=true -B -V
|
||||
|
||||
script:
|
||||
- mvn test -B
|
||||
- mvn -file testsuite/integration-arquillian test -B
|
||||
|
||||
sudo: false
|
||||
|
|
Loading…
Reference in a new issue