summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-09-12 13:29:16 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-09-12 13:29:16 -0700
commit6b41aef5e39eb40ea73e08c679eb79e7c187dbb4 (patch)
tree26718545486c1219b4326f0772505b923e812c91 /.travis.yml
parentbca4420ef3abcd69625deea30c9d9d66ba528484 (diff)
downloadtmwa-6b41aef5e39eb40ea73e08c679eb79e7c187dbb4.tar.gz
tmwa-6b41aef5e39eb40ea73e08c679eb79e7c187dbb4.tar.bz2
tmwa-6b41aef5e39eb40ea73e08c679eb79e7c187dbb4.tar.xz
tmwa-6b41aef5e39eb40ea73e08c679eb79e7c187dbb4.zip
Exclude the master branch from builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
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