diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-08-22 20:32:34 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-08-24 11:57:50 +0200 |
commit | 1ddf3ee7dbf26116afb767003a8a0698965c4f70 (patch) | |
tree | dc2d931d0cad8376c8cea9ea00f0db5e405d60e3 /.cix.yml | |
parent | 8bdb9fde4be635c666ce0b09a851789a5ecfc870 (diff) | |
download | sonarqube-1ddf3ee7dbf26116afb767003a8a0698965c4f70.tar.gz sonarqube-1ddf3ee7dbf26116afb767003a8a0698965c4f70.zip |
SONAR-9745 Drop support of Microsoft SQLServer 2012
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3,7 +3,6 @@ RUN_ACTIVITY: - run-db-unit-tests-mysql56 - - run-db-unit-tests-mssql2012 - run-db-unit-tests-mssql2014 - run-db-unit-tests-oracle11g - run-db-unit-tests-oracle12c @@ -42,8 +41,6 @@ RUN_ACTIVITY: exclude: - RUN_ACTIVITY: run-db-unit-tests-mysql56 SLAVE_TYPE: performance - - RUN_ACTIVITY: run-db-unit-tests-mssql2012 - SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-unit-tests-mssql2014 SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-unit-tests-oracle11g @@ -116,8 +113,6 @@ exclude: - RUN_ACTIVITY: run-db-unit-tests-mysql56 SLAVE_TYPE: windows - - RUN_ACTIVITY: run-db-unit-tests-mssql2012 - SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-unit-tests-mssql2014 SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-unit-tests-oracle11g |