Skip to content

Commit 0936acd

Browse files
committed
Upgrade yarn to latest version on Travis
1 parent 6ef46a2 commit 0936acd

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
@@ -13,3 +13,6 @@ script:
1313
- yarn test:check-coverage
1414
after_script:
1515
- yarn report-coverage
16+
before_install:
17+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
18+
- export PATH=$HOME/.yarn/bin:$PATH

0 commit comments

Comments
 (0)