diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-21 16:37:55 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-21 17:14:59 +0200 |
commit | 4027764b3d93d2c83faa37a275715542a3df6054 (patch) | |
tree | 83fc935ce7344ed85e83428c106884095371ae31 /.travis.yml | |
parent | 853cb392d56ded01fe1e1bc902022d56cf4a90e8 (diff) | |
download | sonarqube-4027764b3d93d2c83faa37a275715542a3df6054.tar.gz sonarqube-4027764b3d93d2c83faa37a275715542a3df6054.zip |
Add integration tests for manual and common rules
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 94d39521e85..579954c8c19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ env: - JOB=POSTGRES - JOB=MYSQL - JOB=WEB + - JOB=ITS_ISSUE - JOB=ITS_QUALITYGATE - JOB=ITS_UPDATECENTER - JOB=ITS_TESTING |