Skip to content

Commit ff1f175

Browse files
committed
Don't quote deploy condition.
1 parent ef423b5 commit ff1f175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ deploy:
1313
skip_cleanup: true
1414
on:
1515
tags: true
16-
condition: "$TRAVIS_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+$"
16+
condition: $TRAVIS_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+$

0 commit comments

Comments
 (0)