Skip to content

Commit 7c2e688

Browse files
authored
Update .travis.yml
1 parent d6ee283 commit 7c2e688

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ branches:
55
only:
66
- master
77
before_install:
8+
- git config --global user.name "${GITHUB_NAME}"
9+
- git config --global user.email "${GITHUB_EMAIL}"
810
- git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/xendora/react-timer.git
911
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
1012
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

0 commit comments

Comments
 (0)