From 80d473b4a3d9c57596249435248f845d9c2044e1 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Sun, 30 Nov 2014 14:58:29 -0600 Subject: [PATCH] Configure Travis to deploy releases when pushing to "release" branch. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92ab98a..19d713d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,5 @@ deploy: secure: agApkjsKOSkFI6DiNydyW26r8ASFsTsFK/RHsV1F7CqoERoeAaRAehYy9EGW2Jn2aJzNlagDByfh5xNfClXuRh0GoEfOyjj5AmBm4hMrzc3bwsH+IPU3OQhQtS3aFGNmIkaz2Bz+Dcl5zTmV914N3mqcoGpyMtxyn1Hwc0Xgn6Q= distributions: sdist bdist on: - tags: true - branch: production repo: tweepy/tweepy + branch: release -- 2.25.1