summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2019-04-08 21:07:34 -0230
committerTim Oram <dev@mitmaro.ca>2019-04-08 21:16:59 -0230
commit552760b793a2edee22c89f362bf54752f0be0281 (patch)
tree670629afdb8d4a5aacc34a7790b1c689e52a6ba8
parent9fb75ada176e4e6a71b01d25ec226e9594d2f766 (diff)
Add release candidate to release tags
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 929dbae..0771733 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ cache: cargo
branches:
only:
- "master"
- - "/^\\d+\\.\\d+\\.\\d+$/"
+ - "/^\\d+\\.\\d+\\.\\d+(?:-rc\\.[0-9]*)?$/"
rust:
- stable
diff --git a/appveyor.yml b/appveyor.yml
index 27eaf9c..ac54752 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -49,7 +49,7 @@ cache:
branches:
only:
- master
- - /^\d+\.\d+\.\d+.*$/
+ - /^\d+\.\d+\.\d+(?:-rc\.[0-9]*)?$/
notifications:
- provider: Email