OSX: --omit=Data/ODBC,Data/MySQL,Data/SQLite

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE
2015-12-11 16:19:35 +01:00
parent ed90ed7140
commit 1ee27b3433

View File

@@ -40,7 +40,7 @@ matrix:
compiler: clang
os: osx
script:
- ./configure --everything && make -s -j2
- ./configure --everything --omit=Data/ODBC,Data/MySQL,Data/SQLite && make -s -j2
- ./travis/runtests.sh
- env: TEST_NAME="Linux gcc (make) bundled"