Fix doxygen build

This commit is contained in:
Milo Yip 2016-07-29 15:27:32 +08:00
parent 319248eb52
commit 6d9ab582b2

View File

@ -42,8 +42,8 @@ abort() {
skip "Running Doxygen only for updates on 'master' branch (current: ${TRAVIS_BRANCH})." skip "Running Doxygen only for updates on 'master' branch (current: ${TRAVIS_BRANCH})."
# check for job number # check for job number
[ "${TRAVIS_JOB_NUMBER}" = "${TRAVIS_BUILD_NUMBER}.1" ] || \ # [ "${TRAVIS_JOB_NUMBER}" = "${TRAVIS_BUILD_NUMBER}.1" ] || \
skip "Running Doxygen only on first job of build ${TRAVIS_BUILD_NUMBER} (current: ${TRAVIS_JOB_NUMBER})." # skip "Running Doxygen only on first job of build ${TRAVIS_BUILD_NUMBER} (current: ${TRAVIS_JOB_NUMBER})."
# install doxygen binary distribution # install doxygen binary distribution
doxygen_install() doxygen_install()