Skip to content

Commit ca5e52d

Browse files
committed
Update travis builds now that issues are fixed.
1 parent 2f51067 commit ca5e52d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

.travis.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ before_install:
99
- gem install bundler -v=1.5.3
1010
- alias bundle="bundle _1.5.3_"
1111
rvm:
12-
# Use fuzzy matching to work around https://github.com/travis-ci/travis-ci/issues/2220
13-
- 2.1
12+
- 2.1.2
13+
- 2.1.1
14+
- 2.1.0
1415
- 2.0.0
1516
- 1.9.3
1617
- 1.9.2
17-
# Specifically call out MRI to work around https://github.com/travis-ci/travis-ci/issues/2217
18-
- ruby-1.8.7
18+
- 1.8.7
1919
env:
2020
- RAILS_VERSION=master
2121
- RAILS_VERSION='~> 4.1.0'
@@ -31,32 +31,34 @@ matrix:
3131
# 3.0.x is not supported on MRI 2.0+
3232
- rvm: 2.0.0
3333
env: RAILS_VERSION='~> 3.0.20'
34-
- rvm: 2.1
34+
- rvm: 2.1.0
35+
env: RAILS_VERSION='~> 3.0.20'
36+
- rvm: 2.1.1
37+
env: RAILS_VERSION='~> 3.0.20'
38+
- rvm: 2.1.2
3539
env: RAILS_VERSION='~> 3.0.20'
3640
# 4.0.x is not supported on MRI ruby-1.8.7 or 1.9.2
37-
- rvm: ruby-1.8.7
41+
- rvm: 1.8.7
3842
env: RAILS_VERSION='~> 4.0.4'
3943
- rvm: 1.9.2
4044
env: RAILS_VERSION='~> 4.0.4'
41-
- rvm: ruby-1.8.7
45+
- rvm: 1.8.7
4246
env: RAILS_VERSION=4-0-stable
4347
- rvm: 1.9.2
4448
env: RAILS_VERSION=4-0-stable
4549
# 4.1.x is not supported on MRI ruby-1.8.7 or 1.9.2
46-
- rvm: ruby-1.8.7
50+
- rvm: 1.8.7
4751
env: RAILS_VERSION='~> 4.1.0'
4852
- rvm: 1.9.2
4953
env: RAILS_VERSION='~> 4.1.0'
50-
- rvm: ruby-1.8.7
54+
- rvm: 1.8.7
5155
env: RAILS_VERSION=4-1-stable
5256
- rvm: 1.9.2
5357
env: RAILS_VERSION=4-1-stable
5458
# master is not supported on MRI ruby-1.8.7 or 1.9.2
55-
- rvm: ruby-1.8.7
59+
- rvm: 1.8.7
5660
env: RAILS_VERSION=master
5761
- rvm: 1.9.2
5862
env: RAILS_VERSION=master
5963
allow_failures:
6064
- env: RAILS_VERSION=master
61-
# Until https://github.com/travis-ci/travis-ci/issues/2220 is fixed
62-
- rvm: 2.1.0

0 commit comments

Comments
 (0)