try limiting gem update to ruby > 2.3

This commit is contained in:
Mike Linksvayer 2017-02-18 13:57:28 -08:00
parent b08c829994
commit 2e04db958f
1 changed files with 1 additions and 1 deletions

View File

@ -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