From ed1170168357a9716751c596816040e7b751deeb Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 30 Dec 2017 15:30:29 +0200 Subject: [PATCH] Added [ci skip] to not rebuild after travis builds --- .travis/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index ace5fb035..ac6939000 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -9,7 +9,7 @@ commit_website_files() { echo "Commiting to master branch..." git checkout master git add * - git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" + git commit --message "Travis build: $TRAVIS_BUILD_NUMBER [ci skip]" fi fi }