From 82546fb7b72846990b2d9e4f33093a74320cb3ae Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Sun, 12 Aug 2018 10:01:56 +0100 Subject: [PATCH] travis: don't build docs on osx --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac3b9a99..8bf242dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,4 +56,4 @@ script: - CC=$COMPILER ./configure --with-shared-sqlite - make -j4 - make install - - make -C doc/oper-guide html man info + - "if [ ${TRAVIS_OS_NAME} != 'osx' ]; then make -C doc/oper-guide html man info; fi"