Skip to content

Commit

Permalink
Add install:skip to see if it improves build time (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmaleigh authored and Jani Kraner committed Jun 28, 2017
1 parent 760b8c2 commit 674a1ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 674a1ff

Please sign in to comment.