diff --git a/.travis.yml b/.travis.yml index 43ebfc8..9f0bc30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,5 @@ before_install: before_script: - cp config/database.yml.travis config/database.yml - psql -c 'create database travis_ci_test;' -U postgres -script: bundle exec cucumber \ No newline at end of file +script: bundle exec cucumber +env: RAILS_ENV=test \ No newline at end of file