summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2019-04-08 21:29:15 -0230
committerGitHub <noreply@github.com>2019-04-08 21:29:15 -0230
commit1d298c2e95739210f11ba202edac0eab06dcc944 (patch)
tree670629afdb8d4a5aacc34a7790b1c689e52a6ba8
parent9fb75ada176e4e6a71b01d25ec226e9594d2f766 (diff)
parent552760b793a2edee22c89f362bf54752f0be0281 (diff)
Merge pull request #101 from MitMaro/tim/add-release-candidate-to-build1.0.0-rc.1
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