Skip to content

Commit 3a792b9

Browse files
committed
build: update travis
1 parent 6c92758 commit 3a792b9

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 "travis@travis-ci.org"
21-
- git config user.name "Travis CI"
20+
- git config user.email ${GITHUB_EMAIL:-"travis@travis-ci.org"}
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
deploy:
2424
skip_cleanup: true

0 commit comments

Comments
 (0)