From 6cfff556a5422f54afc72f655d24e4c419642a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sun, 14 Oct 2018 19:48:43 +0100 Subject: [PATCH] chore(demo): always deploy to heroku This means that heroku runs anything, rather than current master, but it allows to test PRs there --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 849491796..67980cb8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,10 +96,8 @@ jobs: repo: prymitive/karma tags: true - # for the master branch we build and deploy a container for heroku app - # at http://karma-demo.herokuapp.com - stage: Deploy demo app to Heroku - if: type != pull_request AND branch = master AND repo = prymitive/karma + if: repo = prymitive/karma env: # HEROKU_TOKEN, valid forever, needed to push docker image and release # it on heroku app