Create .travis.yml

This commit is contained in:
Simone Giannecchini 2016-04-06 17:40:41 +02:00
parent 55d0e0bd8e
commit 797dac9289

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
sudo: false
cache:
directories:
- "$HOME/.m2"
language: java
jdk:
- oraclejdk7
- openjdk7
script:
- mvn -B -T2 -fae clean install
notifications:
email: false
on_failure: never
after_success:
- mvn clean cobertura:cobertura coveralls:report