Skip to content

Commit c1e0a2c

Browse files
authored
Merge pull request #23 from activeadmin-plugins/drop-ruby-2-4
drop ruby 2.4, add ruby2.5 to travis instead
2 parents 52165e9 + 8214637 commit c1e0a2c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,5 @@ env:
1919
- RAILS=6.0.0 AA=2.8.0
2020

2121
rvm:
22-
- 2.4
22+
- 2.5
2323
- 2.6
24-
25-
jobs:
26-
exclude:
27-
- rvm: 2.4
28-
env: RAILS=5.2.2 AA=2.8.0
29-
- rvm: 2.4
30-
env: RAILS=6.0.0 AA=2.8.0

0 commit comments

Comments
 (0)