We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03aff3 commit 9328e5aCopy full SHA for 9328e5a
1 file changed
.travis.yml
@@ -21,6 +21,7 @@ install:
21
- "pip install -r requirements.txt --use-mirrors"
22
23
before_script:
24
+ - "psql -c 'create database deis_testing;' -U postgres"
25
- |
26
cat > deis/local_settings.py <<EOF
27
DATABASES = {
0 commit comments