diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-08-27 14:09:23 +0200 |
---|---|---|
committer | Duarte Meneses <duarte.meneses@sonarsource.com> | 2015-08-28 08:37:33 +0200 |
commit | 38d8b26a2aafe04e478e91e46511cd37e55ea47b (patch) | |
tree | 5addab708c123940d158dfcf4fff7fc0881955e0 /.travis.yml | |
parent | bbee5baf5579ae037ef9ccae69fc93ca85bfc1cd (diff) | |
download | sonar-scanner-cli-38d8b26a2aafe04e478e91e46511cd37e55ea47b.tar.gz sonar-scanner-cli-38d8b26a2aafe04e478e91e46511cd37e55ea47b.zip |
Run ITs with SQ 5.2/5.1.2/LTS
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 41efeed..7dc0f7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ script: ./travis.sh env: - TESTS=CI - TESTS=IT-DEV + - TESTS=IT-DEV-SQ51 + - TESTS=IT-DEV-LTS matrix: fast_finish: true |