From 3046fad0034e239340fcd7fd6d6a9369339b94ae Mon Sep 17 00:00:00 2001 From: Tobias Megies Date: Sat, 15 Jul 2017 17:15:09 +0200 Subject: [PATCH] tweak travis config --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8391b21..0c579bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,4 +77,6 @@ deploy: tags: true repo: obspy/anaconda-installers # try to upload all binaries to one spot.. - tag_name: "${OBSPY_VERSION}" + name: "${OBSPY_VERSION}" + draft: false + prerelease: false