Add Travis file

This commit is contained in:
Xephi 2014-09-17 16:26:34 +02:00
parent 1815e428f6
commit 5b9cf3d88e

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: java
notifications:
email: false
install: true
matrix:
include:
- jdk: openjdk6
script: mvn clean install