Update travis push

Most of the guides I can find use the travis email and name to differentiate from user commits. This will come in handy later down the line to filter out build commits more easily. I'm pretty certain this will not break anything, but I'd like someone to take a look at it before merging.
This commit is contained in:
Angelos Chalaris
2017-12-22 10:53:42 +02:00
committed by GitHub
parent 3db8491741
commit 979bfbd923

View File

@ -1,8 +1,8 @@
#!/bin/sh
setup_git() {
git config --global user.email "david10608@gmail.com"
git config --global user.name "Pl4gue"
git config --global user.email "travis@travis-ci.org"
git config --global user.name "Travis CI"
}
commit_website_files() {