Update .travis.yml (#7)

* Update .travis.yml

* Update .travis.yml
This commit is contained in:
adamus1red 2020-06-16 16:45:56 +01:00 committed by GitHub
parent 1a4bd4853e
commit 1dc9c0dbc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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