Skip to content

Commit 71a02d3

Browse files
committed
Rails 4.2.8 now supports Ruby 2.4
To keep current on future changes this also ensures we continue to test the latest stable 4.2.x and 5.0.x builds.
1 parent d4542cf commit 71a02d3

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.travis.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,13 @@ rvm:
88
- 2.4.0
99
env:
1010
- RAILS_VERSION='~> 5.0.0'
11-
- RAILS_VERSION='~> 4.2.0'
11+
- RAILS_VERSION='~> 4.2.8'
12+
- RAILS_VERSION='4-2-stable'
13+
- RAILS_VERSION='5-0-stable'
1214
matrix:
1315
include:
1416
- rvm: 2.2.3
1517
env: RAILS_VERSION="4.2.5"
16-
# Rails doesn't officially support Ruby 2.4 yet (so also test latest stable)
17-
- rvm: 2.4.0
18-
env: RAILS_VERSION='4-2-stable'
19-
allow_failures:
20-
# Rails doesn't officially support Ruby 2.4 yet (so also test latest stable)
21-
- rvm: 2.4.0
22-
env: RAILS_VERSION='~> 4.2.0'
23-
- rvm: 2.4.0
24-
env: RAILS_VERSION='4-2-stable'
25-
# Rails doesn't officially support Ruby 2.4 yet (multiple fixes in pipeline)
26-
- rvm: 2.4.0
27-
env: RAILS_VERSION='~> 4.2.0'
18+
- rvm: 2.3.3
19+
env: RAILS_VERSION='4.2.7.1'
2820
fast_finish: true

0 commit comments

Comments
 (0)