From: Joshua Roesslein Date: Sun, 30 Nov 2014 20:58:29 +0000 (-0600) Subject: Configure Travis to deploy releases when pushing to "release" branch. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=80d473b4a3d9c57596249435248f845d9c2044e1;p=tweepy.git Configure Travis to deploy releases when pushing to "release" branch. --- 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