Add a travis build file to give visibility of community testing.

Mirrored from community commit 2ffb11f3c6c1b919cc3b66c81351201bb61f34df
This commit is contained in:
Tom Page
2017-03-03 16:55:37 +00:00
parent 719f174073
commit c7761d9149

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: java
jdk:
- oraclejdk8
sudo: false
install: true
script: mvn clean verify -Dcommunity