aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.travis.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/.travis.sh b/scripts/.travis.sh
index 63939a6..9ddfa1b 100755
--- a/scripts/.travis.sh
+++ b/scripts/.travis.sh
@@ -51,6 +51,9 @@ case "$1" in
cd java/org/brotli
mvn install && cd integration && mvn verify
;;
+ "fuzz")
+ ./c/fuzz/test_fuzzer.sh
+ ;;
"bazel")
bazel test -c opt ...:all
;;