aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMário Franco <mario.ffranco@gmail.com>2015-07-20 16:58:46 +0100
committerMário Franco <mario.ffranco@gmail.com>2015-07-20 16:58:46 +0100
commit78c7321e853722d9e4f229d2a9c358319f7e3282 (patch)
tree9d2c6a1d8c62cefb54545fd140b99e6f11fe92bc /.travis.yml
parent1b00a01b61ea6e5fb1e738383658d36d9df89b9d (diff)
downloadpf4j-78c7321e853722d9e4f229d2a9c358319f7e3282.tar.gz
pf4j-78c7321e853722d9e4f229d2a9c358319f7e3282.zip
Prepare unit test coverage on Travis and Coveralls
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index af0e470..5942ba6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,8 @@
language: java
jdk:
- oraclejdk7
+ - oraclejdk8
+ - openjdk7
+
+after_success:
+ - mvn clean cobertura:cobertura coveralls:report \ No newline at end of file