diff --git a/.travis.yml b/.travis.yml index 87302295..9ee7d9e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,7 +80,7 @@ script: - cp -r speeduino/reference/doxygen/html/* speeduino-doxygen - cd speeduino-doxygen - git add --all - - git commit -m "Deploy code docs to GitHub Pages Travis build: ${TRAVIS_BUILD_NUMBER}" -m "Commit: ${TRAVIS_COMMIT}" + - git commit -m "Deploy code docs to GitHub Pages. Travis build ${TRAVIS_BUILD_NUMBER}" -m "Commit ${TRAVIS_COMMIT}" - git push --force "https://${GH_DOXYGEN}@github.com/speeduino/speeduino-doxygen" > /dev/null 2>&1 notifications: