Skip to content

Commit de0df9e

Browse files
committed
Add workaround for Travis CI issue on Ruby 2.5
1 parent 8e60cc5 commit de0df9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: ruby
22

3+
before_install:
4+
# Workaround for https://github.com/travis-ci/travis-ci/issues/8969
5+
- gem update --system
6+
37
rvm:
48
- 2.2
59
- 2.3

0 commit comments

Comments
 (0)