From fef62b63cb83e3612024254b6359d214c3600680 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Tue, 18 Dec 2012 18:25:41 -0700 Subject: [PATCH] ASCIIDOC tests don't run on Travis Tests that use to be green now fail when rerun. The issue is with the travis configuration and asciidoc. https://travis-ci.org/github/gollum/jobs/3603171 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9ea9f96..a9d41bdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,3 @@ notifications: disabled: true before_install: - sudo apt-get update - - sudo apt-get install -y --force-yes asciidoc - - ASCIIDOC=1; export ASCIIDOC