Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 1ad7b5b

Browse files
committed
Fix yarn runs in travis by pinning to v0.16.1.
1 parent edbdc00 commit 1ad7b5b

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
@@ -24,7 +24,7 @@ before_install:
2424
# Setup package managers.
2525
- npm set loglevel error
2626
- npm set progress false
27-
- npm i -g yarn
27+
- npm i -g yarn@0.16.1
2828
- yarn -V
2929

3030
install:

0 commit comments

Comments
 (0)