diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-21 14:33:30 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-24 12:02:33 +0200 |
commit | 615a2455126cc05b5dc92ecf8e285789b31dfe57 (patch) | |
tree | 6fb740293f1efa2064285af931e3fc328f156418 | |
parent | 1a64babff4c22cb4e412fd86b6fdb802e9c9983d (diff) | |
download | sonarqube-615a2455126cc05b5dc92ecf8e285789b31dfe57.tar.gz sonarqube-615a2455126cc05b5dc92ecf8e285789b31dfe57.zip |
Add MySQL axis in cix
-rw-r--r-- | .cix.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ RUN_ACTIVITY: - run-db-unit-tests-oracle11g - run-db-unit-tests-oracle12c - run-db-unit-tests-postgresql93 + - run-db-integration-tests-mysql56-Category1 + - run-db-integration-tests-mysql56-Category2 + - run-db-integration-tests-mysql56-Category3 + - run-db-integration-tests-mysql56-Category4 + - run-db-integration-tests-mysql56-Category5 - run-db-integration-tests-mssql2014-Category1 - run-db-integration-tests-mssql2014-Category2 - run-db-integration-tests-mssql2014-Category3 |