Skip to content

Commit a88acf2

Browse files
committed
Drop support for rails 4.1
1 parent e30c43d commit a88acf2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: ruby
22
sudo: false
33
env:
4-
- "RAILS_VERSION=4.1.0"
54
- "RAILS_VERSION=4.2.6"
65
- "RAILS_VERSION=5.0.0"
76
rvm:

test/test_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake test
88
# export RAILS_VERSION=5.0.0; bundle update rails; bundle exec rake test
99

10-
# We are no longer having Travis test Rails 4.0.x., but you can try it with:
11-
# export RAILS_VERSION=4.0.0; bundle update rails; bundle exec rake test
10+
# We are no longer having Travis test Rails 4.1.x., but you can try it with:
11+
# export RAILS_VERSION=4.1.0; bundle update rails; bundle exec rake test
1212

1313
# To Switch rails versions and run a particular test order:
1414
# export RAILS_VERSION=4.2.6; bundle update rails; bundle exec rake TESTOPTS="--seed=39333" test

0 commit comments

Comments
 (0)