Add MySQL to Travis

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2016-03-07 10:39:36 +01:00
parent 0432b414a9
commit 2d42e526ea

View File

@ -22,6 +22,7 @@ services:
- mongodb
- redis-server
- postgresql
- mysql
addons:
postgresql: "9.3"
@ -41,6 +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;'
matrix:
include: