Add support for Travis CI

This commit is contained in:
Darren Shepherd
2014-01-28 15:32:45 -07:00
parent 8d79bdef26
commit 7dc03cea1d
2 changed files with 13 additions and 0 deletions

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
install: make travis-install
script: make test