Skip to content

Commit 9328e5a

Browse files
committed
Restore lost line in travis config.
1 parent d03aff3 commit 9328e5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install:
2121
- "pip install -r requirements.txt --use-mirrors"
2222

2323
before_script:
24+
- "psql -c 'create database deis_testing;' -U postgres"
2425
- |
2526
cat > deis/local_settings.py <<EOF
2627
DATABASES = {

0 commit comments

Comments
 (0)