aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-17 14:38:33 -0700
committerJunio C Hamano <gitster@pobox.com>2016-05-17 14:38:33 -0700
commita04694138a169333247662c824ac21297e922d15 (patch)
tree829b84c7e94083b956681c05df2f9c251bafd09f /.travis.yml
parent243a7f05571f62e3635c90000c07693c1b78b977 (diff)
parentb98712b9aa97f20a142ca3fcfd027c7b26642e3b (diff)
downloadgit-a04694138a169333247662c824ac21297e922d15.tar.gz
git-a04694138a169333247662c824ac21297e922d15.tar.xz
Merge branch 'ls/travis-build-doc'
CI test was taught to build documentation pages. * ls/travis-build-doc: travis-ci: build documentation
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1fdcec843..adab5b89b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,6 +35,21 @@ env:
# t9816 occasionally fails with "TAP out of sequence errors" on Travis CI OS X
- GIT_SKIP_TESTS="t9810 t9816"
+matrix:
+ include:
+ - env: Documentation
+ os: linux
+ compiler: clang
+ addons:
+ apt:
+ packages:
+ - asciidoc
+ - xmlto
+ before_install:
+ before_script:
+ script: ci/test-documentation.sh
+ after_failure:
+
before_install:
- >
case "${TRAVIS_OS_NAME:-linux}" in