Merge pull request #460 from prymitive/tweak-travis

chore(ci): only test docker builds for pull requests
This commit is contained in:
Łukasz Mierzwa
2019-02-21 19:58:02 +00:00
committed by GitHub

View File

@@ -87,6 +87,9 @@ jobs:
- git diff --exit-code
- stage: Build Docker image
# we build and push doker image on merge and tag, so this should only
# run for pull requests, to test that they don't break docker builds
if: repo = prymitive/karma AND (branch != master OR type = pull_request)
language: generic
addons:
apt: