diff options
author | Daniel Black <grooverdan@users.sourceforge.net> | 2018-01-18 20:33:02 +1100 |
---|---|---|
committer | Daniel Black <daniel@linux.ibm.com> | 2019-01-09 09:55:46 +1100 |
commit | 5cf45fb27200d37cf6f569f9c9d678bc7b48e2ce (patch) | |
tree | cfef9074b5c5eac3933b345490b345cabcf95126 /.travis.yml | |
parent | 36b7f8f4b0e46e06cfcc29c221430a5b998e3b3f (diff) | |
download | mariadb-git-5cf45fb27200d37cf6f569f9c9d678bc7b48e2ce.tar.gz |
travis: add versioning to test suite
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 629e3b31523..849becfb6fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ env: - CC_VERSION=5 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=archive,optimizer_unfixed_bugs,parts,sys_vars,unit,vcol,innodb,innodb_gis,innodb_zip,innodb_fts - CC_VERSION=5 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=rpl - CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=binlog,binlog_encryption,encryption - - CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=rocksdb + - CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=rocksdb,versioning - CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,perfschema,plugins,multi_source,roles matrix: @@ -102,7 +102,7 @@ matrix: env: CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=binlog,binlog_encryption,encryption - os: osx compiler: clang - env: CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=rocksdb + env: CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=rocksdb,versioning - os: osx compiler: clang env: CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,perfschema,plugins,multi_source,roles |