We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319248e commit 6d9ab58Copy full SHA for 6d9ab58
travis-doxygen.sh
@@ -42,8 +42,8 @@ abort() {
42
skip "Running Doxygen only for updates on 'master' branch (current: ${TRAVIS_BRANCH})."
43
44
# check for job number
45
-[ "${TRAVIS_JOB_NUMBER}" = "${TRAVIS_BUILD_NUMBER}.1" ] || \
46
- skip "Running Doxygen only on first job of build ${TRAVIS_BUILD_NUMBER} (current: ${TRAVIS_JOB_NUMBER})."
+# [ "${TRAVIS_JOB_NUMBER}" = "${TRAVIS_BUILD_NUMBER}.1" ] || \
+# skip "Running Doxygen only on first job of build ${TRAVIS_BUILD_NUMBER} (current: ${TRAVIS_JOB_NUMBER})."
47
48
# install doxygen binary distribution
49
doxygen_install()
0 commit comments