From f03bb9dcbc33044fd1e8eba490b2a497af649ab6 Mon Sep 17 00:00:00 2001 From: garyelephant Date: Fri, 6 Nov 2015 06:29:54 +0000 Subject: [PATCH] deploy when tag created in all branches --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2eaf687..05604a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ deploy: # automatically deploy a new version of this package each time you add a new tag on master on: tags: true - branch: master + all_branches: true password: secure: FTrWF35Rkog2UVN5tUz+I5cs1Sni9m8ctX+GGLWOjYoRzxgrzYb70AOyNAQCmI6ZD67gNyYQ3O8o2ukx2/YxxGfMaK6BKvGg7LXeLLafJKXstiM8Kb0dtBe+lNS4Ct0KYRXpGIqMz2Ak/Gviagx/S5jXgSOv66VzIzj9n1bDp2U= script: - python setup.py install - - python tests/test_pygrok.py \ No newline at end of file + - python tests/test_pygrok.py