Skip to content

Commit

Permalink
update travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Cottman-Fields committed Oct 18, 2012
1 parent f6107c8 commit d5e33a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ rvm:
branches:
only:
- 'master'
#gemfile:
# - Gemfile
# script:
# - RAILS_ENV=test bundle exec rake --trace db:migrate
# - bundle exec rake db:test:prepare
# - bundle exec rake
gemfile:
- Gemfile
script:
- RAILS_ENV=test bundle exec rake --trace db:migrate
- bundle exec rake --trace db:test:prepare
- bundle exec rake --trace

0 comments on commit d5e33a5

Please sign in to comment.