From ea257eadf175a6cfa37ebae15cae9fcd7b76d13b Mon Sep 17 00:00:00 2001
From: kamino-hiroki <32944639+kamino-hiroki@users.noreply.github.com>
Date: Wed, 20 Dec 2017 22:31:02 +0900
Subject: [PATCH] Update yarn to v1.3.2

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4f4e8319..d3c0f33d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,7 @@ cache:
 
 # Install yarn as Travis doesn't support it out of the box
 before_install:
-  - npm install -g yarn@v0.22.0
+  - npm install -g yarn@v1.3.2
 
 # Install dependencies
 install:
-- 
GitLab