From 95ed4bdaddbf91c34cdca4b995a1eae0e72bc243 Mon Sep 17 00:00:00 2001 From: Stefan Beier Date: Fri, 24 Nov 2017 18:07:39 +0100 Subject: [PATCH] Try to make travis ci work --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca1081c..223b076 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ deploy: - "./dist/kube-deploy-linux" - "./dist/kube-deploy-mac" on: - tag: true + tags: true