Skip to content

Commit

Permalink
fix travis tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange-42 committed Apr 27, 2020
1 parent 2442a9f commit b868bfd
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 @@ -15,7 +15,7 @@ branches:
only:
- master
- dev
- "/\\d+\\.\\d+\\.\\d+/"
- "/^\\d+\\.\\d+\\.\\d+/"

script:
- cargo build --release
Expand Down

0 comments on commit b868bfd

Please sign in to comment.