Skip to content

Commit 50a996d

Browse files
committed
Merge branch 'master' of https://github.com/xendora/react-timer into add-license-1
2 parents c8bed1c + 626df8c commit 50a996d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ branches:
77
before_install:
88
- git config user.name "${GITHUB_NAME}"
99
- git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/xendora/react-timer.git
10-
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
11-
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
10+
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
11+
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
1212
- sudo apt-get update -qq
1313
- sudo apt-get install -y -qq yarn
1414
cache:

0 commit comments

Comments
 (0)