Skip to content

Commit

Permalink
Run mandoc on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Jun 17, 2017
1 parent 368d37d commit f37e5e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ matrix:
# GCC is linked to Clang on macOS
- os: osx
compiler: gcc
install:
- if [ $TRAVIS_OS_NAME = osx ]; then brew install mandoc; fi
script:
- ./autogen.sh
- ./configure || (cat config.log; exit 1)
- make || exit 1
- make distcheck || (find . -name test-suite.log | xargs -t cat; exit 1)
- if [ $TRAVIS_OS_NAME = osx ]; then mandoc -Tlint pick.1; fi

0 comments on commit f37e5e8

Please sign in to comment.