.travis.yml in fat_free_crm-0.11.0 vs .travis.yml in fat_free_crm-0.11.1

- old
+ new

@@ -16,21 +16,21 @@ exclude: - rvm: 1.8.7 env: DB=postgres gemfile: Gemfile.ci - rvm: 1.8.7 - env: DB=mysql + env: DB=sqlite gemfile: Gemfile.ci - rvm: 1.9.2 env: DB=sqlite gemfile: Gemfile.ci - rvm: 1.9.3 env: DB=sqlite gemfile: Gemfile.ci - rvm: 1.9.3 env: DB=mysql gemfile: Gemfile.ci - + bundler_args: --path=vendor/bundle --without heroku before_script: - sh -c "cp config/database.$DB.yml config/database.yml" - sh -c "if [ \"$DB\" = 'postgres' ]; then psql -c 'create database fat_free_crm_test;' -U postgres; fi"