looks like we needed that postgres creation line after all

This commit is contained in:
Skud
2014-07-06 20:40:57 +10:00
parent 0174202ef0
commit 0718b5818a

View File

@@ -4,7 +4,7 @@ bundler_args: --without development assets
env: GROWSTUFF_SITE_NAME="Growstuff (travis)"
rvm:
- 2.1.1
# - psql -c 'create database growstuff_test;' -U postgres
script:
- psql -c 'create database growstuff_test;'
- bundle exec rake db:migrate --trace
- bundle exec rspec spec/