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 d1c6288 commit 79a7482Copy full SHA for 79a7482
.travis.yml
@@ -17,6 +17,7 @@ branches:
17
only:
18
- master
19
- /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags for Documenter.jl, see # 298
20
+ - /^release-.*$/
21
# matrix:
22
# allow_failures:
23
# - julia: nightly
appveyor.yml
@@ -18,7 +18,7 @@ matrix:
branches:
- - /release-.*/
notifications:
24
- provider: Email
0 commit comments