From 039b5cce98708e30ab5b163a94d7e0f83aa4e9f6 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Fri, 12 Oct 2012 20:24:31 -0600 Subject: [PATCH] Try to fix Travis FFI is no longer used in the new pygments.rb. apt-get update may resolve the asciidoc install failure. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ebe568e..efb99f34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ rvm: notifications: disabled: true before_install: - - gem uninstall ffi -a + - sudo apt-get update - sudo apt-get install -y asciidoc \ No newline at end of file