Removing travis config

This commit is contained in:
Ryan Baxter
2019-05-09 12:29:14 -04:00
parent 800494b40a
commit b3b6bef86a

View File

@@ -1,9 +0,0 @@
sudo: false
cache:
directories:
- $HOME/.m2
language: java
before_install:
- gem install asciidoctor
script:
- ./mvnw clean install -P docs -q -U -Dmaven.test.redirectTestOutputToFile=true