summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian C. Dunn <jdunn@getchef.com>2014-11-18 17:09:59 -0500
committerJulian C. Dunn <jdunn@getchef.com>2014-11-18 17:09:59 -0500
commit043613e6dcac669a930e5fd0c2e2ae0a3c91bcd6 (patch)
tree08c45750d6ba7d6b007f452faa717b927eaeae99
parent3cd6b335ff0a39563318ffe79dca1cca22d84b62 (diff)
downloadchef-043613e6dcac669a930e5fd0c2e2ae0a3c91bcd6.tar.gz
Put back "gem update --system"
-rw-r--r--.travis.yml4
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