Disable internal link processing for asciidoc
asciidoc's representation of section identifiers interferes with Gollum's page linking. This disables Gollum's page link tag extraction for asciidoc files. Adds "apt-get install -y asciidoc" to .travis.yml so tests pass on @travis-ci.
This commit is contained in:
@@ -4,3 +4,5 @@ rvm:
|
||||
- rbx-2.0
|
||||
notifications:
|
||||
disabled: true
|
||||
before_install:
|
||||
- sudo apt-get install -y asciidoc
|
||||
Reference in New Issue
Block a user