diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0a4220bb4cb..e3c6a753e21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,9 @@ jdk: - oraclejdk8 env: - - JOB=ITS + - JOB=ITS_QUALITYGATE + - JOB=ITS_UPDATECENTER + - JOB=ITS_TESTING script: - ./travis.sh @@ -21,4 +23,4 @@ before_cache: notifications: email: false -after_failure: find . -name "*-output.txt" | xargs cat
\ No newline at end of file +after_failure: find . -name "*-output.txt" | xargs cat |