We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e8b9a commit 5a95f93Copy full SHA for 5a95f93
.travis.yml
@@ -2,6 +2,8 @@ language: dart
2
branches:
3
only:
4
- master
5
+ # Semantic version tags and legacy branches of the form "1.2.x".
6
+ - "/^\\d+\\.\\d+\\.(\\d+([+-].*)?|x)$/"
7
cache:
8
directories:
9
- $HOME/.pub-cache
0 commit comments