Skip to content

Commit 6126784

Browse files
update git credentials (#445)
1 parent dca85b4 commit 6126784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- echo -e "machine github.com\n login $GH_TOKEN" > ~/.netrc
3333
script:
3434
- export OLD_VERSION=$(git describe --tags `git rev-list --tags --max-count=1` | tail -1 | sed 's/v\(.*\)/\1/')
35-
- git config --global user.name "kristinaspring"
36-
- git config --global user.email "kmspring57@gmail.com"
35+
- git config --global user.name "xmidt-bot"
36+
- git config --global user.email "$BOT_EMAIL"
3737
- export TAG=$(cat CHANGELOG.md | perl -0777 -ne 'print "$1" if /.*## \[Unreleased\]\s+## \[(v\d+.\d+.\d+)\].*/s')
3838
- export TODAY=`date +'%m/%d/%Y'`
3939
- export NOTES=$(cat CHANGELOG.md | perl -0777 -ne 'print "$ENV{TODAY}\n\n$1\n" if /.*## \[$ENV{TAG}\]\s(.*?)\s+## \[(v\d+.\d+.\d+)\].*/s')

0 commit comments

Comments
 (0)