Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit d550ac0

Browse files
committed
update system before run any script
1 parent b0c62ae commit d550ac0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ rvm:
44
- 2.3.6
55
- 2.2.9
66
- 2.1.9
7-
before_install: gem install bundler -v 1.16.0
7+
before_install:
8+
- gem update --system
9+
- gem --version
10+
- gem install bundler -v 1.16.0

0 commit comments

Comments
 (0)