There was an error while loading. Please reload this page.
1 parent b0444d3 commit 12d35b3Copy full SHA for 12d35b3
1 file changed
.travis.yml
@@ -10,10 +10,8 @@ cache:
10
11
# install current version of yarn
12
before_install:
13
- - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
14
- - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
15
- - sudo apt-get update && sudo apt-get install yarn
16
- - export PATH=$HOME/.yarn/bin:$PATH
+ - curl -o- -L https://yarnpkg.com/install.sh | bash
+ - export PATH="$HOME/.yarn/bin:$PATH"
17
18
jobs:
19
include:
0 commit comments