Skip to content

Commit

Permalink
Turn off Rails 4.0 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Nov 2, 2017
1 parent e64fcb1 commit ae64ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
# - "RAILS_VERSION=3.0"
# - "RAILS_VERSION=3.1"
# - "RAILS_VERSION=3.2"
- "RAILS_VERSION=4.0"
# - "RAILS_VERSION=4.0"
- "RAILS_VERSION=4.1"
- "RAILS_VERSION=4.2"
# - "RAILS_VERSION=master"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

version = ENV['RAILS_VERSION'] || '4.0'
version = ENV['RAILS_VERSION'] || '4.1'

if version == 'master'
gem 'rack', github: 'rack/rack'
Expand Down

0 comments on commit ae64ff8

Please sign in to comment.