Skip to content

Commit

Permalink
updated travis settings for changed folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Cottman-Fields committed Oct 18, 2012
1 parent ba25801 commit f6107c8
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:
- cd ./
- 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 db:test:prepare
# - bundle exec rake

0 comments on commit f6107c8

Please sign in to comment.