From 07afc6978aa3fa48885940e2a81265bfd41d133d Mon Sep 17 00:00:00 2001 From: Gemma Leigh Date: Wed, 28 Jun 2017 08:03:05 +0100 Subject: [PATCH] Add install:skip to see if it improves build time --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 02d4f45cd1..3a0c02439f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ jobs: - npm test - stage: Deploy to the review app script: echo "Deploying to govuk-frontend-review.herokuapp.com ..." + install: skip deploy: - provider: heroku app: govuk-frontend-review @@ -22,6 +23,7 @@ jobs: on: master - stage: Deploy to production script: echo "Deploying to govuk-frontend.herokuapp.com ..." + install: skip deploy: - provider: heroku app: govuk-frontend