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 5eb63ed commit ed18541Copy full SHA for ed18541
.travis.yml
@@ -21,6 +21,8 @@ notifications:
21
branches:
22
only: # Only kick off CI for master and potential merges to master from within PRs
23
- master
24
+ - /^release-.*$/
25
+ - /^v\d+\.\d+(\.\d+)?(-\S*)?$/
26
matrix:
27
allow_failures:
28
- julia: nightly
0 commit comments