aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Broyer <t.broyer@ltgt.net>2015-01-12 00:09:27 +0100
committerThomas Broyer <t.broyer@ltgt.net>2015-01-12 00:09:27 +0100
commitd5dd1fdc509fe4bb87d5670e3f2e25f5cd15147f (patch)
tree6d574292c1f0e979a7097d90820dab72f6572ac6 /.travis.yml
parent02b9a9f7e65cfaa7b4d3bd07f5b73ffff3c6d7a0 (diff)
downloadjavapoet-d5dd1fdc509fe4bb87d5670e3f2e25f5cd15147f.tar.gz
Run tests with OpenJDK 7 to verify runtime compatibility
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 83f76a0..05237d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,10 @@ language: java
jdk:
- oraclejdk8
+script:
+ - mvn test -B
+ - jdk_switcher use openjdk7 && mvn surefire:test -B
+
after_success:
- .buildscript/deploy_snapshot.sh