We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3605864 commit 52576f3Copy full SHA for 52576f3
.travis.yml
@@ -17,8 +17,8 @@ jobs:
17
node_js: lts/*
18
install: npm install --no-package-lock
19
before_deploy:
20
- - git config user.email "[email protected]"
21
- - git config user.name "Travis CI"
+ - git config user.email ${GITHUB_EMAIL:-"[email protected]"}
+ - git config user.name ${GITHUB_USER:-"Travis CI"}
22
- git remote set-url origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
23
- git checkout master
24
deploy:
0 commit comments