Add Travis CI configuration

This commit is contained in:
Trustin Lee 2013-03-11 09:47:57 +09:00
parent ec012c0f81
commit 638ca52337

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: java
jdk:
- oraclejdk7
- openjdk7
before_install: 'mvn -version'
install: 'mvn -DskipTests clean install'