Skip to content

Commit 19f24e3

Browse files
committed
try updating Yarn to latest version before install
1 parent 43e4029 commit 19f24e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ script:
1010
- yarn --version
1111
- yarn run test
1212
- yarn run lint
13+
before_install:
14+
- npm install -g yarn
1315
notifications:
1416
email:
1517
on_failure: change

0 commit comments

Comments
 (0)