Update yarn to version 1.15.2
The yarn version we use in CI is quite outdated. This brings up the problem that it doesn't support semver for git repositories. In order to fix that problem updating yarn seems to be the right thing to do. This patch should fix the CI problem caused by the semver git URL. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
e014a73393
commit
32f6037da9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ cache: yarn
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CXX=g++-4.8
|
- CXX=g++-4.8
|
||||||
- YARN_VERSION=1.3.2
|
- YARN_VERSION=1.15.2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue