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 092b642 commit 1fd3570Copy full SHA for 1fd3570
.travis.yml
@@ -16,8 +16,8 @@ jobs:
16
node_js: lts/*
17
install: npm install --no-package-lock
18
before_deploy:
19
- - git config user.email "travis@travis-ci.org"
20
- - git config user.name "Travis CI"
+ - git config user.email ${GITHUB_EMAIL:-"travis@travis-ci.org"}
+ - git config user.name ${GITHUB_USER:-"Travis CI"}
21
- git remote set-url origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
22
- git checkout master
23
deploy:
0 commit comments