diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0d4abd8224..2ce7238619 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ +# Early warning system to catch if Rubygems breaks something +before_install: + gem update --system + branches: only: - master |