Skip to content

Commit

Permalink
Allow RC builds
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed May 1, 2020
1 parent 12f291e commit 74fec9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -22,11 +22,11 @@ env:
stages:
- test
- name: docs
if: tag =~ ^v(\d+|\.)*[^a-z]\d*$ OR tag = website
if: tag =~ ^v(\d+|\.)+([a-z]|rc)\d+$ OR tag = website
- name: docs_dev
if: tag =~ ^v(\d+|\.)*[a-z]\d*$ OR tag = website_dev OR commit_message =~ /^.*(website_dev).*$/
if: tag =~ ^v(\d+|\.)+([a-z]|rc)\d+$ OR tag = website_dev OR commit_message =~ /^.*(website_dev).*$/
- name: dev_package
if: tag =~ ^v(\d+|\.)*[a-z]\d*$
if: tag =~ ^v(\d+|\.)+([a-z]|rc)\d+$
- name: package
if: tag =~ ^v(\d+|\.)*[^a-z]\d*$

Expand Down

0 comments on commit 74fec9c

Please sign in to comment.