From 3a879a954fb22ac29163d4fc4939dc671180dc20 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sun, 24 Feb 2019 20:55:45 +0100 Subject: [PATCH] Try to fix build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa4a53c7c..fbfcabe64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ before_install: - export PATH="$HOME/.yarn/bin:$PATH" install: - - RUN yarn install --production=false --frozen-lockfile --non-interactive - - RUN yarn build:lib + - yarn install --production=false --frozen-lockfile --non-interactive + - yarn build:lib