summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Black <daniel.black@au.ibm.com>2017-03-17 14:41:53 +1100
committerSergey Vojtovich <svoj@mariadb.org>2017-04-06 11:26:34 -0400
commitfce645745bdf297ca55c43e3f1569d7f3dfc6189 (patch)
tree34af4e106f4e636e6a07a966dd72263fdb7b6453 /.travis.yml
parente130ee552affbb2d3e0c9b25d5c82361fc8a161f (diff)
downloadmariadb-git-fce645745bdf297ca55c43e3f1569d7f3dfc6189.tar.gz
Travis: remove tokudb when building with clang
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 530fb6ca247..135c6cf75c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,8 +73,9 @@ addons:
script:
# mroonga just generates too many warnings with clang and travis stops the job
+# tokudb has fatal warnings
- if [[ "${TRAVIS_OS_NAME}" == 'linux' && "${CXX}" == 'clang++' ]]; then
- rm -rf "${TRAVIS_BUILD_DIR}"/storage/mroonga;
+ rm -rf "${TRAVIS_BUILD_DIR}"/storage/{mroonga,tokudb};
fi
- source .travis.compiler.sh
- ${MYSQL_BUILD_CC} --version ; ${MYSQL_BUILD_CXX} --version