mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-09 21:24:44 +00:00
[Travis CI] Removes database creation.
This commit is contained in:
parent
13e75f7322
commit
5d8c5d5785
1 changed files with 0 additions and 2 deletions
|
|
@ -29,8 +29,6 @@ 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