Run mysql create database only on Linux.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE
2016-03-07 12:27:03 +01:00
parent 29140dbf61
commit c7335cfc78

View File

@@ -42,7 +42,7 @@ before_script:
- sqlite3 -version
- chmod 755 ./travis/Linux/runtests.sh
- chmod 755 ./travis/OSX/runtests.sh
- mysql -u root -e 'create database pocotestdb;'
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then mysql -u root -e 'create database pocotestdb;'; fi
matrix:
include: