We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef423b5 commit ff1f175Copy full SHA for ff1f175
.travis.yml
@@ -13,4 +13,4 @@ deploy:
13
skip_cleanup: true
14
on:
15
tags: true
16
- condition: "$TRAVIS_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+$"
+ condition: $TRAVIS_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+$
0 commit comments