DATAJPA-1720 - Remove Travis CI.

This commit is contained in:
Greg Turnquist
2020-05-04 15:13:48 -05:00
parent 05218760f4
commit d2b18f9d51

View File

@@ -1,13 +0,0 @@
language: java
jobs:
allow_failures:
- env: PROFILE=hibernate-next
cache:
directories:
- $HOME/.m2
install: true
script: "./mvnw -Pjava11 clean dependency:list test -Pjava11,${PROFILE} -Dsort -B"