aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a947992f..3fca4b48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,14 @@ cache:
- $HOME/.cache/pip
- $HOME/ossl-1/
+# 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:
# these are just to make travis's UI a bit prettier