Skip to content

Commit 5a95f93

Browse files
authored
Build version tags on Travis (#40)
1 parent b3e8b9a commit 5a95f93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: dart
22
branches:
33
only:
44
- master
5+
# Semantic version tags and legacy branches of the form "1.2.x".
6+
- "/^\\d+\\.\\d+\\.(\\d+([+-].*)?|x)$/"
57
cache:
68
directories:
79
- $HOME/.pub-cache

0 commit comments

Comments
 (0)