Skip to content

Commit 91efedf

Browse files
committed
(maint) fix travis CI
1 parent 594bb32 commit 91efedf

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 @@ cache: bundler
55
before_install:
66
- bundle -v
77
- rm -f Gemfile.lock
8-
- gem update --system $RUBYGEMS_VERSION
8+
- yes | gem update --system $RUBYGEMS_VERSION
99
- gem --version
1010
- bundle -v
1111
script:

0 commit comments

Comments
 (0)