relax requirements for pre-release tag names

pull/16/head
Lex Neva 2018-01-13 20:11:36 -05:00
rodzic c630ad3a30
commit f74146716c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ matrix:
- python: 2.7 - python: 2.7
sudo: required sudo: required
env: BUILD=true env: BUILD=true
if: tag =~ ^v if: tag is present
cache: pip cache: pip
install: install:
- | - |
@ -91,4 +91,4 @@ deploy:
on: on:
tag: true tag: true
all_branches: true all_branches: true
condition: "$TRAVIS_TAG =~ ^v[0-9.]+-pre" condition: '! "$TRAVIS_TAG" =~ ^v[0-9.]+$'