8000 Fix yarn runs in travis by pinning to v0.16.1. · lodash/lodash@54cb359 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54cb359

Browse files
committed
Fix yarn runs in travis by pinning to v0.16.1.
1 parent 6c427b7 commit 54cb359

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
@@ -62,7 +62,7 @@ before_install:
6262
# Setup package managers.
6363
- npm set loglevel error
6464
- npm set progress false
65-
- npm i -g yarn
65+
- npm i -g yarn@0.16.1
6666
- yarn -V
6767

6868
# Remove code skipped on the coverage run.

0 commit comments

Comments
 (0)
0