From d415c7954e58d1b3787db62f839281f3890c4539 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Fri, 23 Mar 2018 23:00:33 -0400 Subject: [PATCH] Exclude all non-master branches from CI. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9fc777a..58db004 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,5 +38,6 @@ branches: branches: except: + - /.*/ - # Do not build tags that we create when we upload to GitHub Releases - /^(?i:continuous)$/