From 1dc9c0dbc67e2072c18a80689b8dc6e6df0ed322 Mon Sep 17 00:00:00 2001 From: adamus1red Date: Tue, 16 Jun 2020 16:45:56 +0100 Subject: [PATCH] Update .travis.yml (#7) * Update .travis.yml * Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e9d3647..aaded92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +os: linux dist: bionic sudo: required @@ -25,6 +26,6 @@ script: jobs: include: - stage: deploy - if: branch = master + if: branch = master && NOT type = pull_request script: - curl -X 'POST' ${DOCKER_CALLBACK_TRIGGER} > /dev/null 2>&1