Skip to content

Commit

Permalink
Allow postgres user to create db
Browse files Browse the repository at this point in the history
  • Loading branch information
techlover1 committed May 5, 2020
1 parent bd8f9ea commit 4207811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,7 @@ before_script:
- psql -c "CREATE DATABASE olly;" -U postgres
- psql -c "CREATE USER olly WITH PASSWORD 'secret_password';" -U postgres
- psql -c "GRANT ALL PRIVILEGES ON DATABASE olly to olly;" -U postgres
- psql -c "ALTER USER olly CREATEDB;" -U postgres

script:
- docker run --network=host --env-file .env.example nfmstudios/project-olly:master python3 manage.py test
Expand Down

0 comments on commit 4207811

Please sign in to comment.