Skip to content

Commit e193981

Browse files
chore(travis): install yarn using curl -- bleh
1 parent 4c6a417 commit e193981

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ node_js:
33
- 8.9.1
44

55
before_install:
6-
- time npm i -g yarn
6+
- curl -o- -L https://yarnpkg.com/install.sh | bash
7+
- export PATH="$HOME/.yarn/bin:$PATH"
78
- yarn global add greenkeeper-lockfile@1 yalc
89

910
cache:
11+
yarn: true
1012
directories:
1113
- downstream_projects
1214
- node_modules

0 commit comments

Comments
 (0)