Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sb0210 committed Mar 17, 2016
1 parent 59f817b commit f5c0bab
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 @@ -25,7 +25,7 @@ install:

before_script:
- psql -c 'create database oksp;' -U postgres
- psql -c "create user oksp with password 'oksp' creatdb;" -U postgres
- psql -c "create user oksp with password 'oksp' createdb;" -U postgres
- psql -c 'grant all privileges on database oksp to oksp;' -U postgres

script:
Expand Down

0 comments on commit f5c0bab

Please sign in to comment.