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 d6ee283 commit 7c2e688Copy full SHA for 7c2e688
.travis.yml
@@ -5,6 +5,8 @@ branches:
5
only:
6
- master
7
before_install:
8
+ - git config --global user.name "${GITHUB_NAME}"
9
+ - git config --global user.email "${GITHUB_EMAIL}"
10
- git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/xendora/react-timer.git
11
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
12
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
0 commit comments