mirror of https://github.com/licensee/licensee.git
try limiting gem update to ruby > 2.3
This commit is contained in:
parent
b08c829994
commit
2e04db958f
|
@ -11,4 +11,4 @@ cache: bundler
|
|||
before_install:
|
||||
- git config --global user.email "you@example.com"
|
||||
- git config --global user.name "Your Name"
|
||||
- gem update --system
|
||||
- test $TRAVIS_RUBY_VERSION ">" 2.3 && gem update --system
|
||||
|
|
Loading…
Reference in New Issue