Adding Travis configuration file

#129
This commit is contained in:
michaelisvy 2016-02-06 14:58:31 +08:00
parent 843ce282eb
commit 216db91dc9

3
travis.yml Normal file
View file

@ -0,0 +1,3 @@
language: java
jdk: oraclejdk8
script: mvn package