Remove travis build config (#13)

This commit is contained in:
Paul Campbell 2018-12-22 08:57:10 +00:00 committed by GitHub
parent 5cc35ed1fc
commit 25572300bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +0,0 @@
language: java
jdk:
- oraclejdk8
cache:
directories:
- "$HOME/.m2"
install: true
script: "mvn --batch-mode --errors --update-snapshots clean install"