Travis-ci: revert the bundler cache part of previous commit

This commit is contained in:
Jon Atack 2015-08-20 12:18:36 +02:00
parent 689b058efd
commit ff6deb1772
1 changed files with 48 additions and 55 deletions

View File

@ -4,67 +4,60 @@ language: ruby
sudo: false sudo: false
before_install: rvm:
- travis_retry gem install bundler - 2.2.3
- 2.1
- 2.0
- 1.9
cache: env:
- bundler - RAILS=4-2-stable DB=mongodb
- RAILS=4-2-stable DB=sqlite3
- RAILS=4-2-stable DB=mysql
- RAILS=4-2-stable DB=postgres
bundler: - RAILS=4-1-stable DB=mongodb
rvm: - RAILS=4-1-stable DB=sqlite3
- 2.2.3 - RAILS=4-1-stable DB=mysql
- 2.1 - RAILS=4-1-stable DB=postgres
- 2.0
- 1.9
env: - RAILS=4-0-stable DB=sqlite3
- RAILS=4-2-stable DB=mongodb - RAILS=4-0-stable DB=mysql
- RAILS=4-2-stable DB=sqlite3 - RAILS=4-0-stable DB=postgres
- RAILS=4-2-stable DB=mysql
- RAILS=4-2-stable DB=postgres
- RAILS=4-1-stable DB=mongodb - RAILS=3-2-stable DB=sqlite
- RAILS=4-1-stable DB=sqlite3 - RAILS=3-2-stable DB=mysql
- RAILS=4-1-stable DB=mysql - RAILS=3-2-stable DB=postgres
- RAILS=4-1-stable DB=postgres
- RAILS=4-0-stable DB=sqlite3 - RAILS=3-1-stable DB=sqlite
- RAILS=4-0-stable DB=mysql - RAILS=3-1-stable DB=mysql
- RAILS=4-0-stable DB=postgres - RAILS=3-1-stable DB=postgres
- RAILS=3-2-stable DB=sqlite matrix:
- RAILS=3-2-stable DB=mysql include:
- RAILS=3-2-stable DB=postgres - rvm: 2.2
env: RAILS=master DB=sqlite3
- RAILS=3-1-stable DB=sqlite - rvm: 2.2
- RAILS=3-1-stable DB=mysql env: RAILS=master DB=mysql
- RAILS=3-1-stable DB=postgres - rvm: 2.2
env: RAILS=master DB=postgres
matrix: exclude:
include: - rvm: 2.2
- rvm: 2.2 env: RAILS=3-1-stable DB=sqlite
env: RAILS=master DB=sqlite3 - rvm: 2.2
- rvm: 2.2 env: RAILS=3-1-stable DB=mysql
env: RAILS=master DB=mysql - rvm: 2.2
- rvm: 2.2 env: RAILS=3-1-stable DB=postgres
env: RAILS=master DB=postgres allow_failures:
exclude: - env: RAILS=master DB=sqlite3
- rvm: 2.2 - env: RAILS=master DB=mysql
env: RAILS=3-1-stable DB=sqlite - env: RAILS=master DB=postgres
- rvm: 2.2 - rvm: 2.2
env: RAILS=3-1-stable DB=mysql env: RAILS=3-2-stable DB=sqlite
- rvm: 2.2 - rvm: 2.2
env: RAILS=3-1-stable DB=postgres env: RAILS=3-2-stable DB=mysql
allow_failures: - rvm: 2.2
- env: RAILS=master DB=sqlite3 env: RAILS=3-2-stable DB=postgres
- env: RAILS=master DB=mysql
- env: RAILS=master DB=postgres
- rvm: 2.2
env: RAILS=3-2-stable DB=sqlite
- rvm: 2.2
env: RAILS=3-2-stable DB=mysql
- rvm: 2.2
env: RAILS=3-2-stable DB=postgres
before_script: before_script:
- mysql -e 'create database ransack collate utf8_general_ci;' - mysql -e 'create database ransack collate utf8_general_ci;'