From b3b0517a66b445f447073ebf2e1d4be2d5dd7adc Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Tue, 9 Apr 2019 20:16:05 +1000 Subject: [PATCH] Fix broken Travis yaml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: