Skip to content

Commit efa2d4c

Browse files
committed
Force uninstall to avoid prompt
1 parent 559dd7b commit efa2d4c

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 @@ install: true
55
script: "script/cibuild"
66

77
before_install:
8-
- gem uninstall bundler
8+
- gem uninstall --force bundler
99
- gem install bundler -v 1.15.4
1010

1111
matrix:

0 commit comments

Comments
 (0)