Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit f959f49

Browse files
authored
build: require latest stable yarn (#200)
1 parent 4a76e34 commit f959f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cache:
1818
- ~/.cache
1919

2020
before_install:
21-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4
21+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
2222
- export PATH="$HOME/.yarn/bin:$PATH"
2323

2424
install:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"engines": {
4-
"yarn": "1.9.4"
4+
"yarn": ">1.10.0"
55
},
66
"scripts": {
77
"commitmsg": "commitlint -E GIT_PARAMS",

0 commit comments

Comments
 (0)