summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Michael Auer <account@jauer.org>2017-10-29 17:00:17 +0100
committerAshley Camba <ashwoods@gmail.com>2017-10-29 17:00:17 +0100
commitc3385c22268101c705e0e7520a2b4920c900f48e (patch)
treeeb4705a275b3752e8a9bf77d6d3748aa7c7d6d45
parente220acc828df551dd9b879906d031ff051d1f137 (diff)
downloadraven-c3385c22268101c705e0e7520a2b4920c900f48e.tar.gz
ci: Fix deploy stage (#1121)
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ff228f..9f50343 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -125,7 +125,7 @@ jobs:
- stage: deploy
script: ./setup.py sdist --formats=gztar bdist_wheel
- if: tag IS present
+ if: branch = master
python: 2.7
deploy:
provider: s3
@@ -137,8 +137,6 @@ jobs:
bucket: getsentry-builds
upload-dir: $TRAVIS_REPO_SLUG/$TRAVIS_COMMIT
local_dir: build
- on:
- tags: true
script: tox
install: