We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aad8ee commit b132c55Copy full SHA for b132c55
.travis.yml
@@ -31,8 +31,8 @@ script:
31
# Only watch the development branch
32
branches:
33
only:
34
- - vNext
35
- master
+ - /^maint.*/
36
37
# Notify of build changes
38
notifications:
appveyor.yml
@@ -3,7 +3,7 @@ version: '{build}'
3
4
5
6
7
8
skip_tags: true
9
0 commit comments