mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-20 10:21:51 +00:00
Revert "[Travis CI] Removes database creation."
This reverts commit 5d8c5d5785.
This commit is contained in:
parent
5d8c5d5785
commit
a4d20241e1
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ install:
|
|||
|
||||
before_script:
|
||||
- psql -c 'CREATE USER cachalot CREATEDB;' -U postgres
|
||||
- psql -c 'CREATE DATABASE cachalot OWNER cachalot;' -U postgres
|
||||
- mysql -u root -e 'CREATE DATABASE cachalot;'
|
||||
|
||||
script:
|
||||
# Run against all database and cache backends, accumulating coverage stats.
|
||||
|
|
|
|||
Loading…
Reference in a new issue