From c238561891731f5cbc56e3b3df3cb6400f4dd4dd Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 3 Jan 2018 15:28:40 +0200 Subject: [PATCH] Updated Travis builds --- .travis/push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/push.sh b/.travis/push.sh index 38e97512b..174bb5311 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -1,6 +1,6 @@ setup_git() { - git config --global user.email "travis@travis-ci.org" - git config --global user.name "Travis CI" + git config --global user.email "30secondsofcode@gmail.com" + git config --global user.name "30secondsofcode" } commit_website_files() {