summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-05-27 17:00:01 -0700
committerRuss Allbery <eagle@eyrie.org>2018-05-27 17:00:01 -0700
commit18f0408114e67c218382d013c255f1101954ac68 (patch)
tree0ffa7937b8971bc94c1ac1ae3bc3e740fec0cd2a /.travis.yml
parent7ae3a7486f0b235b1b6d9769e38ae3643173765b (diff)
Expand the tested branches a bit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3f60b23..31909e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,5 +12,8 @@ env: AUTHOR_TESTING=1
script: ./autogen && ./configure && make warnings && make check
branches:
- only:
- - master
+ except:
+ - /^debian\/.*/
+ - pristine-tar
+ - /^ubuntu\/.*/
+ - /^upstream\/.*/