keycloak-scim/.travis.yml

17 lines
304 B
YAML
Raw Normal View History

2017-09-05 07:49:24 +00:00
language: java
jdk:
- oraclejdk8
env:
- PROFILE=community
- PROFILE=product
2017-12-05 07:49:54 +00:00
install:
2017-12-05 07:54:13 +00:00
- echo "travis_fold:start:install folding starts"
2017-12-05 07:49:54 +00:00
- mvn clean install -DskipTests -B -q -D$PROFILE
2017-12-05 07:54:13 +00:00
- echo "travis_fold:end:install folding ends"
2017-09-05 07:49:24 +00:00
script:
2019-04-02 20:32:39 +00:00
- mvn test -f tests/pom.xml -D$PROFILE -B -fae