Skip to content

Commit 6a9c4c3

Browse files
authored
fix build user
1 parent ed18cd5 commit 6a9c4c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
script: |
2424
npm run build
2525
if ! git diff --quiet; then
26-
git config --global user.email "travis@travis-ci.org"
27-
git config --global user.name "Travis-CI"
26+
git config --global user.email "<>"
27+
git config --global user.name "MarkedJS bot"
2828
git config credential.helper "store --file=.git/credentials"
2929
echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials
3030
git commit -am '🗜️ build [skip ci]'

0 commit comments

Comments
 (0)