From 9337418565892c36f9081a40c1e3684adbdd799a Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 5 May 2019 20:00:38 +0000 Subject: travis: make sure the fuzz targets can be built on FuzzBuzz --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.travis.yml') 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: -- cgit v1.2.1