Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 785aa51

Browse files
committed
Fix yarn runs in travis by pinning to v0.16.1.
1 parent 7378c3e commit 785aa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ before_install:
4949
# Setup package managers.
5050
- npm set loglevel error
5151
- npm set progress false
52-
- npm i -g yarn
52+
- npm i -g yarn@0.16.1
5353
- yarn -V
5454

5555
install:

0 commit comments

Comments
 (0)