diff options
author | David Gageot <david@gageot.net> | 2015-09-02 12:13:48 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-09-02 14:25:02 +0200 |
commit | d8efb97a9451855a881ab375768bcb044097ed5c (patch) | |
tree | d056155e9ebe8ebd60a9fb5be32184247330139b /.travis.yml | |
parent | a1d9480ac376955a23c3b23e6237a587139d86bb (diff) | |
download | sonarqube-d8efb97a9451855a881ab375768bcb044097ed5c.tar.gz sonarqube-d8efb97a9451855a881ab375768bcb044097ed5c.zip |
Group its
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 61761516730..7e5aeda364f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,14 +9,11 @@ env: - JOB=POSTGRES - JOB=MYSQL - JOB=WEB - - JOB=ITS IT_CATEGORY=issue - - JOB=ITS IT_CATEGORY=analysis - - JOB=ITS IT_CATEGORY=administration - JOB=ITS IT_CATEGORY=batch - - JOB=ITS IT_CATEGORY=server - JOB=ITS IT_CATEGORY=plugins - - JOB=ITS IT_CATEGORY=qualitygate - - JOB=ITS IT_CATEGORY=updatecenter + - JOB=ITS IT_CATEGORY=issue_analysis + - JOB=ITS IT_CATEGORY=administration_qualitygate + - JOB=ITS IT_CATEGORY=server_updatecenter matrix: fast_finish: true |