diff options
author | Polaretto <polaretto@users.noreply.github.com> | 2016-08-30 10:44:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 10:44:19 +0200 |
commit | 22964a20f4a515cd512775e14c6ca5b1b7d5369d (patch) | |
tree | 4b0cc969dcc608694851f93b375da91f7ca9691c /.travis.yml | |
parent | b695ab30dcfbd7cc91a076baacff66a3fd23361a (diff) |
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5f5dfba44d..cac2a4a8d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ before_install: install: - mysql -uroot -e 'create database test_mysql;' - - mkdir bin - cd bin - cmake ../ -DWITH_WARNINGS=1 -DWITH_COREDEBUG=0 -DUSE_COREPCH=1 -DUSE_SCRIPTPCH=1 -DTOOLS=1 -DSCRIPTS="dynamic" -DSERVERS=1 -DNOJEM=1 -DWITH_DYNAMIC_LINKING=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-Werror" -DCMAKE_CXX_FLAGS="-Werror" -DCMAKE_INSTALL_PREFIX=check_install - cd .. |