poco/travis/OSX/excluded.sh

8 lines
218 B
Bash
Raw Normal View History

2016-01-13 12:59:28 +01:00
#
# MongoDB & Redis does not work on Travis OSX
# should be restored later on when the OSX environment would have
# been fixed by Travis
#
export EXCLUDE_TESTS="Data/ODBC Data/MySQL Data/PostgreSQL MongoDB Redis PDF"
2016-01-13 12:59:28 +01:00