Merge pull request #792 from redapple/travis-release-cond

Fix Travis CI config for conditional releases
This commit is contained in:
Daniel Graña 2014-07-10 14:41:30 -03:00
commit ef8b3372df
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ deploy:
tags: true
all_branches: true
repo: scrapy/scrapy
condition: "$TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9]\.[0-9]*[02468]\."
condition: "$TOXENV == py27 && $TRAVIS_TAG =~ ^[0-9][.][0-9]*[02468][.]"