diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-05-27 17:00:01 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-05-27 17:00:01 -0700 |
commit | 18f0408114e67c218382d013c255f1101954ac68 (patch) | |
tree | 0ffa7937b8971bc94c1ac1ae3bc3e740fec0cd2a /.travis.yml | |
parent | 7ae3a7486f0b235b1b6d9769e38ae3643173765b (diff) |
Expand the tested branches a bit
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
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\/.*/ |