From 011fafa38df25b3b15afab92ba096e18e84c756d Mon Sep 17 00:00:00 2001 From: Kamino Hiroki <32944639+kamino-hiroki@users.noreply.github.com> Date: Fri, 22 Dec 2017 18:33:45 +0900 Subject: [PATCH] Removed custom yarn installation from .travis.yml (#649) --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d3c0f33d3..a7b255003 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,10 +37,6 @@ cache: directories: - node_modules -# Install yarn as Travis doesn't support it out of the box -before_install: - - npm install -g yarn@v1.3.2 - # Install dependencies install: - yarn install