Skip to content

Commit

Permalink
Change travis setup to only deploy once
Browse files Browse the repository at this point in the history
SInce adding a build matrix testing several kubernetes versions we are
deploying twice, once for each kube version. This changes our deploy
setup so it only deploys once.
  • Loading branch information
betatim committed Jul 25, 2018
1 parent 0113cd1 commit 2b592e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ deploy:
skip_cleanup: true
script: ./ci/deploy.sh
on:
env: KUBE_VERSION=1.10.0
branch:
- master
- v0.7-dev
Expand Down

0 comments on commit 2b592e8

Please sign in to comment.