mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Create DB using default DB credentials.
This commit is contained in:
parent
129799f8da
commit
3146461cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ install:
|
|||
|
||||
before_script:
|
||||
- env | sort
|
||||
- psql -c "create database ${PGDATABASE};"
|
||||
- psql -c "create database ${PGDATABASE};" postgres
|
||||
|
||||
script:
|
||||
- PATH="$HOME/.meteor:$PATH" tox -vvvv -e $( echo $TRAVIS_PYTHON_VERSION | sed -e 's/^2\./py2/' -e 's/^3\./py3/' )-django${DJANGO}
|
||||
|
|
|
|||
Loading…
Reference in a new issue