From 40c04c8f6fbce8c6956f78306555e1581dfd2243 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Sun, 29 Dec 2013 19:27:20 -0800 Subject: [PATCH] travis/bundler fix --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7277f2f7..69dd4c24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ -before_install: sudo apt-get install libicu-dev -y +before_install: + - sudo apt-get install libicu-dev -y + # Short-term fix addressing https://github.com/bundler/bundler/issues/2784 + - gem update --system 2.1.11 rvm: - 1.8.7 - 1.9.2