aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLars Schneider <larsxschneider@gmail.com>2017-04-11 10:33:07 +0200
committerJunio C Hamano <gitster@pobox.com>2017-04-16 17:27:56 -0700
commit159e6010c2d586acea9704993971365a804ea1ce (patch)
treed35f400143673a60293fe8caba890a7a562fd334 /.travis.yml
parent49800c940790cc7465d1b03e08d472ffd8684808 (diff)
downloadgit-159e6010c2d586acea9704993971365a804ea1ce.tar.gz
git-159e6010c2d586acea9704993971365a804ea1ce.tar.xz
travis-ci: build documentation with AsciiDoc and Asciidoctor
ec3366e introduced a knob to enable the use of Asciidoctor in addition to AsciiDoc. Build the documentation on TravisCI with this knob to reduce the likeliness of breaking Asciidoctor support in the future. Signed-off-by: Lars Schneider <larsxschneider@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 591cc57b8..c26f3bf78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,7 @@ matrix:
- asciidoc
- xmlto
before_install:
- before_script:
+ before_script: gem install asciidoctor
script: ci/test-documentation.sh
after_failure: