From d3a1f899ee6060469fb8b28e325d1c2759fcc76c Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 23 Mar 2018 16:11:06 -0500 Subject: [PATCH] Travis: Don't build tags --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 499aeb9..3fec16e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ language: c +branches: + except: + - /^[0-9]+\.[0-9]+\.[0-9]+/ + - /^jpeg-.*/ + matrix: include: - os: linux -- 2.40.0