Skip to content

Commit

Permalink
Run tests for all permutations, use bundler --pre for faster bundler …
Browse files Browse the repository at this point in the history
…source indexes
  • Loading branch information
ndbroadbent committed Dec 13, 2011
1 parent b3bff95 commit 229ae28
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ env:
gemfile: Gemfile.ci
bundler_args: --path=vendor/bundle --without heroku

matrix:
exclude:
- rvm: 1.9.2
env: DB=mysql
- rvm: 1.9.2
env: DB=sqlite

# Create databases before testing
before_script:
#
- gem install bundler --pre
# Create databases
- 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 229ae28

Please sign in to comment.