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

Commit

Permalink
update system before run any script
Browse files Browse the repository at this point in the history
  • Loading branch information
3zcurdia committed Dec 19, 2017
1 parent b0c62ae commit d550ac0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ rvm:
- 2.3.6
- 2.2.9
- 2.1.9
before_install: gem install bundler -v 1.16.0
before_install:
- gem update --system
- gem --version
- gem install bundler -v 1.16.0

0 comments on commit d550ac0

Please sign in to comment.