Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit bf3239d

Browse files
committed
fix: install newer yarn version on CI
1 parent a26dfa3 commit bf3239d

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
@@ -3,5 +3,8 @@ sudo: false
33
node_js:
44
- 8
55
- stable
6+
before_install:
7+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
8+
- export PATH=$HOME/.yarn/bin:$PATH
69
script:
710
- yarn test:ci

0 commit comments

Comments
 (0)