Skip to content

Commit

Permalink
travis.py: remove extra call
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 15, 2013
1 parent c0f8d2b commit 6572f8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/travis.py
Expand Up @@ -34,6 +34,4 @@ def shell(arg, split_on='~'):
sql = "CREATE DATABASE ckan_test_datastore WITH OWNER ckanuser;"
shell('psql~-U~postgres~-c~%s' % sql)

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

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

0 comments on commit 6572f8b

Please sign in to comment.