Skip to content

Commit cd8f4ea

Browse files
authored
Merge pull request #162 from line/fix-travis-ruby-version
Remove ruby-head from travis config and add 2.7
2 parents 8b74ab3 + cd73e06 commit cd8f4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rvm:
55
- 2.4
66
- 2.5
77
- 2.6
8-
- ruby-head
8+
- 2.7
99
before_install:
1010
- if [ ${TRAVIS_RUBY_VERSION} = '2.2' ]; then
1111
gem install bundler -v '< 2';

0 commit comments

Comments
 (0)