summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e3c6a753e21..3e543985317 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,11 @@ jdk:
- oraclejdk8
env:
+ - JOB=H2
+ - JOB=POSTGRES
+ - JOB=MYSQL
+ - JOB=WEB
+ - JOB=PRANALYSIS
- JOB=ITS_QUALITYGATE
- JOB=ITS_UPDATECENTER
- JOB=ITS_TESTING
@@ -13,6 +18,8 @@ env:
script:
- ./travis.sh
+after_failure: find . -name "*-output.txt" | xargs cat
+
cache:
directories:
- '$HOME/.m2/repository'
@@ -22,5 +29,3 @@ before_cache:
notifications:
email: false
-
-after_failure: find . -name "*-output.txt" | xargs cat