diff options
author | David Gageot <david@gageot.net> | 2015-06-29 18:24:02 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-06-29 18:24:02 +0200 |
commit | 6ce3bfc766e7aebbd710ecc7268ca8b4784af360 (patch) | |
tree | 7b2bd750df2c2ae3d0cbb6f59980586ef9ce72fa /.travis.yml | |
parent | 3b357add6f46535d50fab2cd0be94db44d169b7d (diff) | |
download | sonarqube-6ce3bfc766e7aebbd710ecc7268ca8b4784af360.tar.gz sonarqube-6ce3bfc766e7aebbd710ecc7268ca8b4784af360.zip |
More test categories
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 |