Skip to content

Commit fe435e1

Browse files
committed
run Travis against Rails 3.2 and Ruby 2
closes activeadmin#3715
1 parent 95f9d20 commit fe435e1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ env:
2525
matrix:
2626
fast_finish: true
2727
exclude:
28-
- rvm: 2.2.3
29-
env: RAILS=3.2.22
30-
- rvm: jruby-9.0.0.0
31-
env: RAILS=3.2.22
3228
- rvm: 1.9
3329
env: RAILS=master
3430
allow_failures:

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ gem 'rails', rails_version == 'master' ? {github: 'rails/rails'} : rails_version
99

1010
gem 'jquery-ui-rails', rails_version[0] == '3' ? '~> 4.0' : '~> 5.0'
1111

12+
gem 'test-unit', '~> 3.0' if rails_version[0] == '3'
13+
1214
if rails_version == 'master'
1315
gem 'arel', github: 'rails/arel'
1416
gem 'sprockets', github: 'rails/sprockets'

0 commit comments

Comments
 (0)