diff --git a/.travis.yml b/.travis.yml index e15205ee..e848d8c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ env: - DOXYFILE: $TRAVIS_BUILD_DIR/doxygen/Doxyfile-dashdocs before_install: - - . $TRAVIS_BUILD_DIR/scripts/install-doxygen.sh - gem update --system - gem install bundler diff --git a/scripts/generateDocumentationAndDeploy.sh b/scripts/generateDocumentationAndDeploy.sh index 864ec432..687674de 100644 --- a/scripts/generateDocumentationAndDeploy.sh +++ b/scripts/generateDocumentationAndDeploy.sh @@ -50,7 +50,7 @@ cp $TRAVIS_BUILD_DIR/doxygen/* doc/ ##### Generate the Doxygen code documentation and log the output. ##### echo 'Generating Doxygen code documentation...' # Redirect both stderr and stdout to the log file AND the console. -~/doxygen $DOXYFILE 2>&1 | tee doxygen.log +doxygen $DOXYFILE 2>&1 | tee doxygen.log echo 'Done generating Doxygen code documentation...' #cat doxygen.log