Skip to content

Commit 17bfe11

Browse files
committed
Attempt to fix Travis build failed cause by update gem system 4
1 parent 7bee66b commit 17bfe11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ rvm:
55
- 2.6.5
66

77
before_install:
8-
- gem update --system
9-
- bundle
8+
- bundle install
109

1110
before_script:
1211
- pip install --user codecov

0 commit comments

Comments
 (0)