Create MySQL db on travis
This commit is contained in:
parent
78cc8dd508
commit
a9678c948b
@ -27,6 +27,7 @@ install:
|
|||||||
- stack --version
|
- stack --version
|
||||||
- echo "CREATE USER esqutest WITH PASSWORD 'esqutest';" | psql postgres
|
- echo "CREATE USER esqutest WITH PASSWORD 'esqutest';" | psql postgres
|
||||||
- createdb -O esqutest esqutest
|
- createdb -O esqutest esqutest
|
||||||
|
- mysql -e 'CREATE DATABASE esqutest;'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- stack setup
|
- stack setup
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user