mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 19:54:38 +01:00
Add MySQL to Travis
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
0432b414a9
commit
2d42e526ea
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user