diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2016-01-11 16:44:38 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2016-01-11 17:28:15 +0100 |
commit | 8d6e9a735a3ac5c6a729861e776c687d5639e9c1 (patch) | |
tree | 58d9b6d8401e9a70809162b0eb6d2da39f37d2da /.travis.yml | |
parent | 5e187f8dc1099ce63c00b9185b9a8a8d9ce92f92 (diff) | |
download | sonar-scanner-cli-8d6e9a735a3ac5c6a729861e776c687d5639e9c1.tar.gz sonar-scanner-cli-8d6e9a735a3ac5c6a729861e776c687d5639e9c1.zip |
Update ITs and enable Dory analysis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index bb57a38..0527f82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,10 @@ script: ./travis.sh env: matrix: - - PR_ANALYSIS=true - - RUN_ITS=true SQ_VERSION=DEV - - RUN_ITS=true SQ_VERSION=5.1.2 - - RUN_ITS=true SQ_VERSION=LTS + - TARGET=CI + - TARGET=IT SQ_VERSION=DEV + - TARGET=IT SQ_VERSION=5.1.2 + - TARGET=IT SQ_VERSION=LTS cache: directories: |