travis: don't build docs on osx
This commit is contained in:
parent
3a484c2c9d
commit
82546fb7b7
1 changed files with 1 additions and 1 deletions
|
@ -56,4 +56,4 @@ script:
|
||||||
- CC=$COMPILER ./configure --with-shared-sqlite
|
- CC=$COMPILER ./configure --with-shared-sqlite
|
||||||
- make -j4
|
- make -j4
|
||||||
- make install
|
- 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"
|
||||||
|
|
Loading…
Reference in a new issue