Skip to content

Commit

Permalink
Use pre-release version of bundler on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Dec 14, 2011
1 parent ad10ae0 commit 795e25c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ env:
gemfile: Gemfile.ci
bundler_args: --path=vendor/bundle --without heroku

before_install: gem install bundler --pre

before_script:
- sh -c "if [ \"$DB\" = 'postgres' ]; then psql -c 'create database fat_free_crm_test;' -U postgres; fi"
- sh -c "if [ \"$DB\" = 'mysql' ]; then mysql -e 'create database fat_free_crm_test;'; fi"
Expand Down

0 comments on commit 795e25c

Please sign in to comment.