Skip to content

Commit

Permalink
Reformat psql command to match course examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjoshuahill committed Dec 6, 2019
1 parent bf8b11a commit f46fea8
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 @@ -2,7 +2,7 @@ services:
- postgresql

before_script:
- psql -c 'create database chitter_test;' -U postgres
- psql -U postgres -c 'CREATE DATABASE chitter_test;'

script:
- bundle exec rspec

0 comments on commit f46fea8

Please sign in to comment.