Skip to content

Commit a586d59

Browse files
committed
Add yarn stuff to travis file
1 parent 3be903a commit a586d59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ cache:
88
- node_modules
99
- packages/create-react-app/node_modules
1010
- packages/react-scripts/node_modules
11+
before_install:
12+
- rm -rf ~/.yarn
13+
- curl -o- -L https://yarnpkg.com/install.sh | bash
14+
- export PATH=$HOME/.yarn/bin:$PATH
1115
install: true
1216
script:
1317
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'

0 commit comments

Comments
 (0)