Skip to content

Commit

Permalink
Merge pull request #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 ed18cd5 + 6a9c4c3 commit 45a9c4a
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

1 comment on commit 45a9c4a

@vercel
Copy link

@vercel vercel bot commented on 45a9c4a Dec 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.