Skip to content

Commit 6c3f3b1

Browse files
committed
Update yarn to latest on Travis.
1 parent 6fb3374 commit 6c3f3b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ cache:
99
- node_modules
1010
- packages/create-react-app/node_modules
1111
- packages/react-scripts/node_modules
12+
before_install:
13+
- curl -o- -L https://yarnpkg.com/install.sh | bash
14+
- export PATH="$HOME/.yarn/bin:$PATH"
1215
install: true
1316
script:
1417
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'

0 commit comments

Comments
 (0)