Skip to content

Commit

Permalink
[Travis CI] Modify the PostgreSQL user so it can create extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandBordage committed Oct 4, 2015
1 parent 4a5fe82 commit bd16cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ sudo: false
install: pip install tox coveralls

before_script:
- psql -c 'CREATE USER cachalot CREATEDB;' -U postgres
- psql -c 'CREATE USER cachalot SUPERUSER;' -U postgres
- psql -c 'CREATE DATABASE cachalot OWNER cachalot;' -U postgres
- mysql -u root -e 'CREATE DATABASE cachalot;'

Expand Down

0 comments on commit bd16cba

Please sign in to comment.