Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Update Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Aug 5, 2013
1 parent 7d12f4c commit c5979d0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: ruby
rvm:
- 2.0.0
- 2.0.0p247

script: bundle exec rspec spec
script:
- "rake db:migrate RAILS_ENV=test"
- "rake db:test:prepare"
- "bundle exec rspec"

0 comments on commit c5979d0

Please sign in to comment.