Skip to content

Commit

Permalink
Merge c8cae05 into 6f1b3d9
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Aug 31, 2018
2 parents 6f1b3d9 + c8cae05 commit 8934c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,11 +12,11 @@ stages:
- name: pip_dev_package
if: tag =~ ^v(\d+|\.)+[a-z]\d+$
- name: pip_package
if: tag =~ ^v(\d+|\.)+[a-z]\d+$
if: tag =~ ^v(\d+|\.)+[^a-z]\d+$
- name: conda_dev_package
if: tag =~ ^v(\d+|\.)+[a-z]\d+$
- name: conda_package
if: tag =~ ^v(\d+|\.)+[a-z]\d+$
if: tag =~ ^v(\d+|\.)+[^a-z]\d+$
- name: website_dev
if: tag =~ ^v(\d+|\.)+[a-z]\d+$ OR tag = website_dev
- name: website_release
Expand Down

0 comments on commit 8934c76

Please sign in to comment.