We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8bed1c + 626df8c commit 50a996dCopy full SHA for 50a996d
.travis.yml
@@ -7,8 +7,8 @@ branches:
7
before_install:
8
- git config user.name "${GITHUB_NAME}"
9
- 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
+ - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
+ - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
12
- sudo apt-get update -qq
13
- sudo apt-get install -y -qq yarn
14
cache:
0 commit comments