ci: Only run deployments on Linux

This commit is contained in:
Marius 2019-09-20 17:46:45 +02:00
parent 7fd41f1bfc
commit f577bdd415
1 changed files with 2 additions and 2 deletions

View File

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