From c83e1f50eb9b951e2795e89f306df2e4393825a8 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sun, 3 Nov 2019 22:22:04 +0000 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1cd61c3..d364024 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ cache: - $HOME/.cache/electron - $HOME/.cache/electron-builder +before_script: + - yarn install + script: - | if [ "$TRAVIS_OS_NAME" == "linux" ]; then