Skip to content

Commit a06da97

Browse files
Merge pull request activeadmin#149 from activeadmin/ci-ruby-2-7
Run travis for ruby 2.7
2 parents 0439def + d1e932a commit a06da97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ services:
33
- mongodb
44
before_install:
55
- gem update --system
6-
- gem install bundler
6+
- gem install bundler
7+
- bundle update --bundler
78
rvm:
89
- 2.3
910
- 2.4
1011
- 2.5
1112
- 2.6
13+
- 2.7

0 commit comments

Comments
 (0)