summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2019-06-30 20:05:15 (GMT)
committerGitHub <noreply@github.com>2019-06-30 20:05:15 (GMT)
commit9dc5981368ebecbe8025eca26a897ea020589541 (patch)
tree0360f2e2c66bd607b55a4e15b3d2ded0a1bc87d1 /.travis.yml
parent40bd6164bb7b077aa37d8617e8dcf3664fb7c57a (diff)
parentf3ec519f594ca78ba22001f416db84ea2da41fa1 (diff)
downloadlz4-9dc5981368ebecbe8025eca26a897ea020589541.zip
lz4-9dc5981368ebecbe8025eca26a897ea020589541.tar.gz
lz4-9dc5981368ebecbe8025eca26a897ea020589541.tar.bz2
Merge pull request #739 from cmeister2/cmeister2/ossfuzz
oss-fuzz: Add a fuzzing target that compiles in the oss-fuzz environment
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 8d23214..af5cf0f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -206,5 +206,11 @@ matrix:
- pushd build
- DESTDIR=./staging ninja install
- tree ./staging
+
+ # oss-fuzz compilation test
+ - name: Compile OSS-Fuzz targets
+ script:
+ - ./ossfuzz/travisoss.sh
+
allow_failures:
- env: ALLOW_FAILURES=true