We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5345be + 4c79610 commit caf306dCopy full SHA for caf306d
.travis.yml
@@ -12,7 +12,7 @@ env:
12
- RAILS=5.1.6 AA=1.1.0
13
- RAILS=5.1.6 AA=1.2.1
14
- RAILS=5.2.1 AA=1.3.1
15
- - RAILS=5.2.1 AA=1-4-stable
+ - RAILS=5.2.1 AA=1.4.0
16
17
rvm:
18
- 2.3
Gemfile
@@ -5,11 +5,7 @@ gemspec
5
6
group :test do
7
gem 'rails', "#{ENV['RAILS'] || '5.2.1'}"
8
- if ENV['AA'] == '1-4-stable'
9
- gem 'activeadmin', git: 'https://github.com/activeadmin/activeadmin.git', branch: '1-4-stable'
10
- else
11
- gem 'activeadmin', "#{ENV['AA'] || '1.3.1'}"
- end
+ gem 'activeadmin', "#{ENV['AA'] || '1.3.1'}"
gem 'rspec-rails'
gem 'sqlite3'
0 commit comments