Skip to content

Commit

Permalink
Merge pull request markedjs#1577 from UziTech/build-user
Browse files Browse the repository at this point in the history
fix build user
  • Loading branch information
UziTech committed Dec 12, 2019
2 parents ae50b09 + 7e6d231 commit af93585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -23,8 +23,8 @@ jobs:
script: |
npm run build
if ! git diff --quiet; then
git config --global user.email "travis@travis-ci.org"
git config --global user.name "Travis-CI"
git config --global user.email "<>"
git config --global user.name "MarkedJS bot"
git config credential.helper "store --file=.git/credentials"
echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials
git commit -am '🗜️ build [skip ci]'
Expand Down

0 comments on commit af93585

Please sign in to comment.