diff options
author | Duarte Duarte <dnpd.dd@gmail.com> | 2014-08-03 15:52:16 +0100 |
---|---|---|
committer | Duarte Duarte <dnpd.dd@gmail.com> | 2014-08-03 15:52:16 +0100 |
commit | a99bf38d81128cdd532d5bfa3b2003dfef304c72 (patch) | |
tree | 173ffffa98fe97748d5d775280bec8232f6924b4 | |
parent | 8a36b385f74653226a0887a07d2f25d56e9dc8eb (diff) |
CI/Travis: Do not use Jemalloc
It generates a lot of warnings and it is not useful to test build
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 756cacfebab..f5ebab255d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ install: - mysql -uroot -e 'create database test_mysql;' - mkdir bin - cd bin - - cmake ../ -DWITH_WARNINGS=1 -DWITH_COREDEBUG=1 -DUSE_COREPCH=0 -DUSE_SCRIPTPCH=0 -DTOOLS=1 -DSCRIPTS=1 -DSERVERS=1 -DCMAKE_BUILD_TYPE=Release + - cmake ../ -DWITH_WARNINGS=1 -DWITH_COREDEBUG=1 -DUSE_COREPCH=0 -DUSE_SCRIPTPCH=0 -DTOOLS=1 -DSCRIPTS=1 -DSERVERS=1 -DNOJEM=1 -DCMAKE_BUILD_TYPE=Release script: - cd .. |