Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2016-07-29 10:27:32 +0300
committerMilo Yip <miloyip@gmail.com>2016-07-29 10:27:32 +0300
commit6d9ab582b2a48940f97a86bf926001095b58514f (patch)
tree3bf29d8231f90e2fdc887d46b107a6bba936dff6
parent319248eb522fc05c5572a1bf5ecffef6a0cf8421 (diff)
Fix doxygen build
-rwxr-xr-xtravis-doxygen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/travis-doxygen.sh b/travis-doxygen.sh
index e9eb6b9c..31a50cfa 100755
--- a/travis-doxygen.sh
+++ b/travis-doxygen.sh
@@ -42,8 +42,8 @@ abort() {
skip "Running Doxygen only for updates on 'master' branch (current: ${TRAVIS_BRANCH})."
# check for 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})."
+# [ "${TRAVIS_JOB_NUMBER}" = "${TRAVIS_BUILD_NUMBER}.1" ] || \
+# skip "Running Doxygen only on first job of build ${TRAVIS_BUILD_NUMBER} (current: ${TRAVIS_JOB_NUMBER})."
# install doxygen binary distribution
doxygen_install()