Skip to content

Commit

Permalink
Removes 3-0-stable and 3-1-stable from the build matrix
Browse files Browse the repository at this point in the history
As far as I can tell, these versions will never have new releases.
  • Loading branch information
alindeman committed Jan 6, 2014
1 parent 7f55386 commit 1a04219
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .travis.yml
Expand Up @@ -2,45 +2,39 @@ script: "bin/rake --trace 2>&1"
bundler_args: "--binstubs --without documentation" bundler_args: "--binstubs --without documentation"
before_install: gem install bundler before_install: gem install bundler
rvm: rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0 - 2.1.0
- 2.0.0
- 1.9.3
- 1.9.2
- 1.8.7
env: env:
- RAILS_VERSION=master
- RAILS_VERSION=4.0.2 - RAILS_VERSION=4.0.2
- RAILS_VERSION=4-0-stable
- RAILS_VERSION=3.2.16 - RAILS_VERSION=3.2.16
- RAILS_VERSION=3-2-stable
- RAILS_VERSION=3.1.12 - RAILS_VERSION=3.1.12
- RAILS_VERSION=3.0.20 - RAILS_VERSION=3.0.20
- RAILS_VERSION=4-0-stable
- RAILS_VERSION=3-2-stable
- RAILS_VERSION=3-1-stable
- RAILS_VERSION=3-0-stable
- RAILS_VERSION=master
matrix: matrix:
exclude: exclude:
# 3.0.x is not supported on MRI 2.0.0 # 3.0.x is not supported on MRI 2.0.0
- rvm: 2.0.0 - rvm: 2.0.0
env: RAILS_VERSION=3.0.20 env: RAILS_VERSION=3.0.20
- rvm: 2.0.0
env: RAILS_VERSION=3-0-stable
- rvm: 2.1.0 - rvm: 2.1.0
env: RAILS_VERSION=3.0.20 env: RAILS_VERSION=3.0.20
- rvm: 2.1.0
env: RAILS_VERSION=3-0-stable
# 4.0.x is not supported on MRI 1.8.7 or 1.9.2 # 4.0.x is not supported on MRI 1.8.7 or 1.9.2
- rvm: 1.8.7 - rvm: 1.8.7
env: RAILS_VERSION=master env: RAILS_VERSION=master
- rvm: 1.9.2 - rvm: 1.9.2
env: RAILS_VERSION=master env: RAILS_VERSION=master
- rvm: 1.8.7
env: RAILS_VERSION=4-0-stable
- rvm: 1.9.2
env: RAILS_VERSION=4-0-stable
- rvm: 1.8.7 - rvm: 1.8.7
env: RAILS_VERSION=4.0.2 env: RAILS_VERSION=4.0.2
- rvm: 1.9.2 - rvm: 1.9.2
env: RAILS_VERSION=4.0.2 env: RAILS_VERSION=4.0.2
- rvm: 1.8.7
env: RAILS_VERSION=4-0-stable
- rvm: 1.9.2
env: RAILS_VERSION=4-0-stable
allow_failures: allow_failures:
- env: RAILS_VERSION=master - env: RAILS_VERSION=master
before_install: before_install:
Expand Down

0 comments on commit 1a04219

Please sign in to comment.