diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-28 07:47:34 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-28 07:47:34 +0200 |
commit | aa19dea88d89470eb1ae59220ed38c7194636bdd (patch) | |
tree | 87b82a5ae86e1133205d5a644221366245dc9cef /.travis.yml | |
parent | 43c90314a46bb2600c74f1934e5e15824f93e3c3 (diff) | |
download | sonarqube-aa19dea88d89470eb1ae59220ed38c7194636bdd.tar.gz sonarqube-aa19dea88d89470eb1ae59220ed38c7194636bdd.zip |
Disable tests of categs server and administration
They fail on travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 86c3bc28866..9c2829f22c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,6 @@ 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 |