Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinkelly committed May 18, 2015
1 parent 77b1bcb commit 3989feb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -6,7 +6,5 @@ rvm:
before_script:
- "cp config/database.travis.yml config/database.yml"
- "psql -c 'create database travis_ci_test' -U postgres"
- "bundle exec rake environment"
- "RAILS_ENV=test bundle exec rake environment"
- "RAILS_ENV=test bundle exec rake db:schema:load db:test:prepare"
- "RAILS_ENV=test bundle exec rake db:schema:load"
script: RAILS_ENV=test bundle exec rspec spec -f p

0 comments on commit 3989feb

Please sign in to comment.