summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-25 14:23:41 -0500
committerGitHub <noreply@github.com>2017-05-25 14:23:41 -0500
commit33f478acdc83b9abdd3fd6372c1bceaa9176d819 (patch)
tree34eb717b0ee971c29d2949492feec10a67f99771
parentdb2450f4f7db0536e3efe5572cb7fa4c404af0c1 (diff)
downloadcryptography-reaperhulk-patch-3.tar.gz
also build the tagsreaperhulk-patch-3
tags are of form `digit . digit` or `digit . digit . digit`
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a1bf1e126..e0a06464b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,11 +8,13 @@ cache:
- $HOME/.cache/pip
- $HOME/ossl-1/
-# Only build master and the version branches (e.g. 1.7.x)
+# Only build master, the version branches (e.g. 1.7.x), and
+# version tags (which are apparently considered branches by travis)
branches:
only:
- master
- /\d+\.\d+\.+x/
+ - /\d+\.\d+\.*\d*/
matrix:
include: