summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-04-22 20:50:19 -0700
committerRuss Allbery <eagle@eyrie.org>2018-04-22 20:50:19 -0700
commita5834917cd3a01c7bbbf16fd7b9fd7ca9327476c (patch)
treea5cd73ceee8a96ee4680dbeff4dcc360ad44ae41 /.travis.yml
parent9b8536991719cab3b8636f3b7c924d5bbe37d28a (diff)
Build with Clang too on Travis-CI, build PRs
Also try building with Clang on Travis-CI. Build all branches except the Debian packaging branches and the old java branch so that Travis-CI will pick up pull requests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 31aac2a..b4d0efe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ dist: trusty
language: c
compiler:
- gcc
+ - clang
before_install:
- sudo apt-get update -qq
@@ -12,5 +13,9 @@ env: AUTHOR_TESTING=1
script: ./bootstrap && ./configure --enable-perl --enable-php --enable-python --enable-ruby && make warnings && make check
branches:
- only:
- - master
+ except:
+ - /^debian\/.*/
+ - java
+ - pristine-tar
+ - /^ubuntu\/.*/
+ - /^upstream\/.*/