From f577bdd41566c38c0913ca158eb2d11a43069ed0 Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 20 Sep 2019 17:46:45 +0200 Subject: [PATCH] ci: Only run deployments on Linux --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79560b2..91f0a75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,11 +34,11 @@ deploy: tags: true go: 1.13 repo: tus/tusd - os: linux + condition: $TRAVIS_OS_NAME = linux - provider: script script: scripts/deploy_kube.sh on: branch: master go: 1.13 repo: tus/tusd - os: linux + condition: $TRAVIS_OS_NAME = linux