.travis.yml in fat_free_crm-0.12.3 vs .travis.yml in fat_free_crm-0.13.0

- old
+ new

@@ -1,25 +1,15 @@ language: ruby rvm: - 1.9.3 - - 1.9.2 + - 2.0.0 env: - DB=mysql - DB=postgres - DB=sqlite gemfile: Gemfile.ci - -# Only run a cross-section of 4 builds majoring on r1.9.3 -matrix: - exclude: - - rvm: 1.9.2 - env: DB=sqlite - gemfile: Gemfile.ci - - rvm: 1.9.2 - env: DB=postgres - gemfile: Gemfile.ci bundler_args: --path=vendor/bundle --without heroku before_install: - "export DISPLAY=:99.0"