explicit env for travis CI

This commit is contained in:
William Wedler 2014-09-10 00:10:21 -04:00
parent aed644866f
commit 5006d597a7

View File

@ -7,4 +7,5 @@ before_install:
before_script: before_script:
- cp config/database.yml.travis config/database.yml - cp config/database.yml.travis config/database.yml
- psql -c 'create database travis_ci_test;' -U postgres - psql -c 'create database travis_ci_test;' -U postgres
script: bundle exec cucumber script: bundle exec cucumber
env: RAILS_ENV=test