DATAJDBC-532 - Remove Travis CI.

This commit is contained in:
Greg Turnquist
2020-05-04 15:15:54 -05:00
parent e0a4aa5f20
commit 04e2e8c00d

View File

@@ -1,16 +0,0 @@
language: java
cache:
directories:
- $HOME/.m2
sudo: false
services:
- docker
install: true
script:
- "./mvnw -version"
- "./mvnw -Pjava11 clean dependency:list test -Pall-dbs${NO_JACOCO:+',no-jacoco'} -Dsort -U"