Skip to content

Commit 52576f3

Browse files
committed
build: update meta
1 parent 3605864 commit 52576f3

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
@@ -17,8 +17,8 @@ jobs:
1717
node_js: lts/*
1818
install: npm install --no-package-lock
1919
before_deploy:
20-
- git config user.email "[email protected]"
21-
- git config user.name "Travis CI"
20+
- git config user.email ${GITHUB_EMAIL:-"[email protected]"}
21+
- git config user.name ${GITHUB_USER:-"Travis CI"}
2222
- git remote set-url origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
2323
- git checkout master
2424
deploy:

0 commit comments

Comments
 (0)