Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2017-02-02 05:14:47 +0300
committerGitHub <noreply@github.com>2017-02-02 05:14:47 +0300
commitdd8253b3d69329b6f23662eab4499a17dc4da9e7 (patch)
tree17f13cb00bef89d28b2b4567dbf0c5b402f11537 /.travis.yml
parentb5d4e0bf6a50872462b99f4f02b3688d1179b2f6 (diff)
fixes #4083 (#4148)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b35f0ebbf..ca06f07d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,11 +94,13 @@ matrix:
# Only build pushes to the master branch, PRs, and branches beginning with
-# `test-`. This reduces the number of simultaneous Travis runs, which speeds
-# turnaround time on review since there is a cap of 5 simultaneous runs.
+# `test-` or of the form `digit(s).digit(s).x`. This reduces the number of
+# simultaneous Travis runs, which speeds turnaround time on review since there
+# is a cap of on the number of simultaneous runs.
branches:
only:
- master
+ - /^\d+\.\d+\.x$/
- /^test-.*$/
# container-based infrastructure