From ac9fef784aac3b0d8b941e0aededec072ee02a25 Mon Sep 17 00:00:00 2001 From: Corey Donohoe Date: Thu, 24 May 2012 15:31:52 -0700 Subject: [PATCH] nuke the ffi gem on travis boxes /cc @bootstraponline @akzhan --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fc72739e..8678db6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ rvm: notifications: disabled: true before_install: + - sudo gem uninstall ffi -a - sudo apt-get install -y asciidoc