Skip to content

Commit

Permalink
Merge pull request #875 from varyonic/update-build-matrix
Browse files Browse the repository at this point in the history
Update build matrix
  • Loading branch information
scarroll32 authored Feb 7, 2018
2 parents 9491d82 + a6c3d49 commit 142be64
Showing 1 changed file with 2 additions and 77 deletions.
79 changes: 2 additions & 77 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ language: ruby
sudo: false

rvm:
- 2.3.3
- 2.2.6
- 2.1.10
- 2.0
- 2.5
- 2.2

env:
- RAILS=5-2-stable DB=sqlite3
Expand All @@ -21,79 +19,6 @@ env:
- RAILS=4-2-stable DB=mysql
- RAILS=4-2-stable DB=postgres

- RAILS=4-1-stable DB=sqlite3
- RAILS=4-1-stable DB=mysql
- RAILS=4-1-stable DB=postgres

- RAILS=4-0-stable DB=sqlite3
- RAILS=4-0-stable DB=mysql
- RAILS=4-0-stable DB=postgres

- RAILS=3-2-stable DB=sqlite
- RAILS=3-2-stable DB=mysql
- RAILS=3-2-stable DB=postgres

- RAILS=3-1-stable DB=sqlite
- RAILS=3-1-stable DB=mysql
- RAILS=3-1-stable DB=postgres

matrix:
exclude:
- rvm: 2.1.10
env: RAILS=5-2-stable DB=sqlite3
- rvm: 2.1.10
env: RAILS=5-2-stable DB=mysql
- rvm: 2.1.10
env: RAILS=5-2-stable DB=postgres

- rvm: 2.1.10
env: RAILS=5-0-stable DB=sqlite3
- rvm: 2.1.10
env: RAILS=5-0-stable DB=mysql
- rvm: 2.1.10
env: RAILS=5-0-stable DB=postgres

- rvm: 2.0
env: RAILS=5-2-stable DB=sqlite3
- rvm: 2.0
env: RAILS=5-2-stable DB=mysql
- rvm: 2.0
env: RAILS=5-2-stable DB=postgres

- rvm: 2.0
env: RAILS=5-0-stable DB=sqlite3
- rvm: 2.0
env: RAILS=5-0-stable DB=mysql
- rvm: 2.0
env: RAILS=5-0-stable DB=postgres

- rvm: 2.0
env: RAILS=4-2-stable DB=sqlite3
- rvm: 2.0
env: RAILS=4-2-stable DB=mysql
- rvm: 2.0
env: RAILS=4-2-stable DB=postgres

include:
- rvm: 2.3.3
env: RAILS=master DB=sqlite3
- rvm: 2.3.3
env: RAILS=master DB=mysql
- rvm: 2.3.3
env: RAILS=master DB=postgres

- rvm: 2.2.6
env: RAILS=master DB=sqlite3
- rvm: 2.2.6
env: RAILS=master DB=mysql
- rvm: 2.2.6
env: RAILS=master DB=postgres

allow_failures:
- env: RAILS=master DB=sqlite3
- env: RAILS=master DB=mysql
- env: RAILS=master DB=postgres

before_script:
- mysql -e 'create database ransack collate utf8_general_ci;'
- mysql -e 'use ransack;show variables like "%character%";show variables like "%collation%";'
Expand Down

0 comments on commit 142be64

Please sign in to comment.