mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
looks like we needed that postgres creation line after all
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user