diff options
| -rw-r--r-- | .travis.yml | 4 |
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: |
