Files
gollum/.travis.yml
T
Ryan Fowler d1cf698b45 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.
2012-05-01 14:23:26 -05:00

8 lines
120 B
YAML

rvm:
- 1.8.7
- 1.9.2
- rbx-2.0
notifications:
disabled: true
before_install:
- sudo apt-get install -y asciidoc