Skip to content

Commit 1ff637b

Browse files
author
Alan Christie
committed
- Typo in condition
1 parent a8555c9 commit 1ff637b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
on:
7474
tags: true
7575
branch: master
76-
condition: $TRAVIS_TAG = ^pypi\-*$
76+
condition: $TRAVIS_TAG =~ ^pypi\-*$

0 commit comments

Comments
 (0)