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 4c6a417 commit e193981Copy full SHA for e193981
.travis.yml
@@ -3,10 +3,12 @@ node_js:
3
- 8.9.1
4
5
before_install:
6
-- time npm i -g yarn
+- curl -o- -L https://yarnpkg.com/install.sh | bash
7
+- export PATH="$HOME/.yarn/bin:$PATH"
8
- yarn global add greenkeeper-lockfile@1 yalc
9
10
cache:
11
+ yarn: true
12
directories:
13
- downstream_projects
14
- node_modules
0 commit comments