From 6b41aef5e39eb40ea73e08c679eb79e7c187dbb4 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 12 Sep 2013 13:29:16 -0700 Subject: Exclude the master branch from builds --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index c90af0c..07fea39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,3 +85,9 @@ matrix: env: REAL_CC=gcc-4.7 REAL_CXX=g++-4.7 PPA=ppa:ubuntu-toolchain-r/test PACKAGE=g++-4.7 - compiler: gcc env: REAL_CC=gcc-4.8 REAL_CXX=g++-4.8 PPA=ppa:ubuntu-toolchain-r/test PACKAGE=g++-4.8 + +# everything that was pushed to master was already on 'test', except +# the version change and some doc changes. +branches: + except: + - master -- cgit v1.2.3-60-g2f50