Create .travis.yml
This commit is contained in:
parent
55d0e0bd8e
commit
797dac9289
15
.travis.yml
Normal file
15
.travis.yml
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user