Files
spring-data-keyvalue/.travis.yml
Mark Paluch 0e92913e8e DATAKV-280 - Enable building with Java 11.
Rely on inherited enforcer plugin configuration. Disable Querydsl tests that cannot be executed with Java9+.
2020-01-09 10:31:53 -06:00

10 lines
144 B
YAML

language: java
cache:
directories:
- $HOME/.m2
install: true
script: "./mvnw clean dependency:list test -Pjava11,${PROFILE} -Dsort -B"