From 63f9bd6a0942b0c1650beb724bad320d279e9cde Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Fri, 15 Jun 2018 11:44:39 +0200 Subject: [PATCH] ci(travis): only install grpc once grpc was being compiled twice when builds run on travis. This was causing builds to take several minutes longer than they should. installation of the dependencies listed in app/package.json happens automatically when `electron-builder install-app-deps` runs as part of the postinstall step. --- .travis.yml | 1 - appveyor.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa5bbb10..f0c75b9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,6 @@ addons: install: - yarn - - cd app && yarn && cd .. - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" before_script: diff --git a/appveyor.yml b/appveyor.yml index 0b052f4e..5f80d380 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,6 @@ install: - ps: Install-Product node $env:nodejs_version - set CI=true - yarn - - cd app && yarn test_script: - node --version