aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-09-26 13:49:30 +0200
committerGitHub <noreply@github.com>2017-09-26 13:49:30 +0200
commit4f8cd4c0f4443d51a9603790a445b06c073b7a4d (patch)
tree69b3292e9c6346b10702d5882d2353c178e7b2ef /.travis.yml
parent5b4769990dc14a2bd466d2599c946c5652cba4b2 (diff)
downloadbrotli-4f8cd4c0f4443d51a9603790a445b06c073b7a4d.zip
brotli-4f8cd4c0f4443d51a9603790a445b06c073b7a4d.tar.gz
brotli-4f8cd4c0f4443d51a9603790a445b06c073b7a4d.tar.bz2
Fix fuzzer test script and add it to travis matrix (#606)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 95589a6..4d7a16f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,6 +46,19 @@ matrix:
- g++-4.4
###
+ ## Test that fuzzer is compiling / working.
+ ###
+ - os: linux
+ env: BUILD_SYSTEM=fuzz C_COMPILER=clang-4.0 CXX_COMPILER=clang++-4.0
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ - llvm-toolchain-trusty-4.0
+ packages:
+ - clang-4.0
+
+ ###
## clang on Linux
###
- os: linux