From a4c79f09f8bb857a822cee03810f185b49529b2d Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Thu, 24 May 2012 16:48:54 -0600 Subject: [PATCH] Gem uninstall does not require sudo (pointed out by @michaelklishin). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8678db6f..57dbd34d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ rvm: notifications: disabled: true before_install: - - sudo gem uninstall ffi -a + - gem uninstall ffi -a - sudo apt-get install -y asciidoc