From 8cc20cdc36022ae408c7047cc73005b79ff54d8f Mon Sep 17 00:00:00 2001 From: Krzysztof Kowalczyk Date: Tue, 13 Aug 2019 12:40:26 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ef99e6..83b3c01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ jobs: - stage: Build, Unit-Tests & Fuzz-Tests go: 1.12.x script: - - ./fuzzit.sh "regression --local" + - ./fuzzit.sh local-regression - stage: Fuzzit (Fuzzing) if: branch = master AND type IN (push)