From 5fbb1daecf101c1dd8d9b9fccc10c212dbddf9a7 Mon Sep 17 00:00:00 2001 From: David Weis Date: Wed, 18 Oct 2017 00:43:22 +0200 Subject: [PATCH] Change travi config to only deploy on tag on master --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3f9fa87..15cd809 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,7 @@ deploy: skip_cleanup: true on: repo: dmweis/DynamixelServo + branch: master + tags: true after_deploy: - git stash --all