Skip to content

Commit

Permalink
regexp with \d
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed May 14, 2019
1 parent b48aa6f commit 2777ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
on:
all_branches: true
tags: true
condition: $TRAVIS_TAG =~ ^v\d+.\d+.\d+$
condition: $TRAVIS_TAG =~ ^v[0-9]+.[0-9]+.[0-9]+$
notifications:
email:
on_success: never
Expand Down

0 comments on commit 2777ce7

Please sign in to comment.