There was an error while loading. Please reload this page.
1 parent ca2e9f0 commit 5254ffeCopy full SHA for 5254ffe
.travis.yml
@@ -5,10 +5,9 @@ node_js:
5
- 8
6
- 10
7
cache:
8
+ yarn: true
9
directories:
- - node_modules
10
- - packages/create-react-app/node_modules
11
- - packages/react-scripts/node_modules
+ - .npm
12
before_install:
13
- curl -o- -L https://yarnpkg.com/install.sh | bash
14
- export PATH="$HOME/.yarn/bin:$PATH"
0 commit comments