d1cf698b45
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.
8 lines
120 B
YAML
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 |