From 2a8fef8cb6d9a9341c68c2eb45dc4f422acad0e9 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sun, 24 Feb 2019 21:00:34 +0100 Subject: [PATCH] Try to fix build --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fbfcabe64..5966df764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,7 @@ cache: directories: - node_module -before_install: - - curl -o- -L https://yarnpkg.com/install.sh | bash -s - - export PATH="$HOME/.yarn/bin:$PATH" - install: - yarn install --production=false --frozen-lockfile --non-interactive + - yarn build - yarn build:lib