Skip to content

Commit b706e52

Browse files
committed
Merge pull request #885 from tonyta/updates-rails-versions-for-test-and-dev
Updates rails versions for test and dev
2 parents 1577969 + b224d50 commit b706e52

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ install:
1515
- bundle install --retry=3
1616

1717
env:
18-
- "RAILS_VERSION=3.2"
1918
- "RAILS_VERSION=4.0"
2019
- "RAILS_VERSION=4.1"
20+
- "RAILS_VERSION=4.2"
2121
- "RAILS_VERSION=master"
2222

2323
matrix:
2424
allow_failures:
2525
- rvm: ruby-head
2626
- env: "RAILS_VERSION=master"
27-
- env: "RAILS_VERSION=3.2"

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec
55

66
gem "minitest"
77

8-
version = ENV["RAILS_VERSION"] || "4.1"
8+
version = ENV["RAILS_VERSION"] || "4.2"
99

1010
if version == "master"
1111
gem "rails", github: "rails/rails"

0 commit comments

Comments
 (0)