Skip to content

Commit 30f7ff4

Browse files
authored
Merge pull request #155 from activeadmin-plugins/Fivell-patch-1
remove support for ruby 2.1
2 parents 30f064a + 065e56f commit 30f7ff4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
script: bundle exec rspec spec
22
env:
33
matrix:
4-
- RAILS=4.2.6
54
- RAILS=5.0.0
5+
- RAILS=5.1.0
66
rvm:
7-
- 2.1.9
87
- 2.2.5
98
- 2.3.1
10-
matrix:
11-
exclude:
12-
- rvm: 2.1.9
13-
env: RAILS=5.0.0 # Rails 5.0 requires Ruby 2.2.2 or newer

0 commit comments

Comments
 (0)