We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed18cd5 commit 6a9c4c3Copy full SHA for 6a9c4c3
.travis.yml
@@ -23,8 +23,8 @@ jobs:
23
script: |
24
npm run build
25
if ! git diff --quiet; then
26
- git config --global user.email "travis@travis-ci.org"
27
- git config --global user.name "Travis-CI"
+ git config --global user.email "<>"
+ git config --global user.name "MarkedJS bot"
28
git config credential.helper "store --file=.git/credentials"
29
echo "https://${GITHUB_TOKEN}:@github.com" > .git/credentials
30
git commit -am '🗜️ build [skip ci]'
0 commit comments