From dd8253b3d69329b6f23662eab4499a17dc4da9e7 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 1 Feb 2017 18:14:47 -0800 Subject: [PATCH] fixes #4083 (#4148) --- .travis.yml | 6 ++++-- 1 file 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