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

Commit

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

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

0 comments on commit 7d12f4c

Please sign in to comment.