test: Run fuzzcheck.sh in Travis build

pull/54/head
David Drysdale 9 years ago
parent 2401623710
commit 6498517ada
  1. 1
      .travis.yml

@ -95,6 +95,7 @@ script:
./acountry www.google.com
./ahost www.google.com
cd test && make && ./arestest -v && cd ..
cd test && make && ./fuzzcheck.sh && cd ..
fi
- |
if [ "$BUILD_TYPE" = "coverage" ]; then

Loading…
Cancel
Save