summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-05-05 20:00:38 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2019-05-07 21:39:01 +0000
commit9337418565892c36f9081a40c1e3684adbdd799a (patch)
tree2f36441d3cac84694237504edfc3203e9d257a61 /.travis.yml
parent87ac55a12996dbe20ac3f67f2a3b47e650f740e2 (diff)
downloadsystemd-9337418565892c36f9081a40c1e3684adbdd799a.tar.gz
travis: make sure the fuzz targets can be built on FuzzBuzz
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6eae0bc3e4..1dfdc5b799 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -98,6 +98,13 @@ jobs:
- sudo $CI_MANAGERS/xenial.sh
- set +e
+ - name: FuzzBuzz
+ language: bash
+ script:
+ - set -e
+ - $CI_MANAGERS/fuzzbuzz.sh
+ - set +e
+
- stage: Coverity
language: bash
env: