diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-07-28 08:38:08 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-07-28 11:24:14 +0200 |
commit | 1d155007f27ffaee6617cc2fd0cd41d7dcb0bff9 (patch) | |
tree | 73588f2f4f126b82b0e10a6ff4f5923813415966 /.travis.yml | |
parent | cdd82697418773b00de6382b23de84640e02f108 (diff) | |
download | sonarqube-1d155007f27ffaee6617cc2fd0cd41d7dcb0bff9.tar.gz sonarqube-1d155007f27ffaee6617cc2fd0cd41d7dcb0bff9.zip |
Reactivate administration and server ITs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9c2829f22c7..86c3bc28866 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ env: - JOB=WEB - JOB=ITS IT_CATEGORY=issue - JOB=ITS IT_CATEGORY=analysis + - JOB=ITS IT_CATEGORY=administration + - JOB=ITS IT_CATEGORY=server - JOB=ITS IT_CATEGORY=plugins - JOB=ITS IT_CATEGORY=qualitygate - JOB=ITS IT_CATEGORY=updatecenter |