removing travis.yml

This commit is contained in:
Ryan Baxter
2019-05-09 12:25:48 -04:00
parent 318d287e3c
commit 6912962cb2

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