Remove travis doc job number checking.
Travis doc is running on separated task now.
This commit is contained in:
parent
bd1be768f1
commit
44f81f09b4
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user