Skip to content

Commit

Permalink
travis.py: with postgres user
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 15, 2013
1 parent a302e1c commit df374fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis.py
Expand Up @@ -30,6 +30,6 @@ def shell(arg, split_on='~'):
CREATE DATABASE ckan_test_datastore WITH OWNER ckanuser;
'''

shell('psql~%s' % sql)
shell('psql~%s~-U~postgres' % sql)

shell('psql~-U~ckanuser~ckan_test~-c~SELECT version();')

0 comments on commit df374fd

Please sign in to comment.