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)