From c05e80420fc456bf166fe90443c669d791b5419a Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sun, 24 Feb 2019 20:26:42 +0100 Subject: [PATCH] Fixing travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index eb8d2e7ee..d3afbdf6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ cache: yarn: true directories: - node_modules +services: + - yarn install: - RUN yarn install --production=false --frozen-lockfile --non-interactive