From a697c5f338374c4bdd6db8cab7fc025edd56f88e Mon Sep 17 00:00:00 2001 From: Sasha Koss Date: Fri, 7 Jun 2019 16:52:48 +0400 Subject: [PATCH] Update Yarn to the latest version This should fix the warnings, see: https://github.com/date-fns/date-fns/issues/883#issuecomment-498465416 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1f1597294a..e966d944a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ before_install: - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start + - npm install -g yarn branches: only: