add travis file

This commit is contained in:
Olivier Lamy 2015-09-25 15:26:43 +10:00
parent fe76316f2d
commit 8de53f5165
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: java
jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
script: "mvn clean install"
cache:
directories:
- $HOME/.m2
branches:
except:
- gh-pages
notifications:
email:
- olamy@apache.org