Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit a3b857e

Browse files
authored
Merge pull request #10 from fuzzitdev/kjk-patch-2
Update .travis.yml
2 parents e721077 + 8cc20cd commit a3b857e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- stage: Build, Unit-Tests & Fuzz-Tests
1717
go: 1.12.x
1818
script:
19-
- ./fuzzit.sh "regression --local"
19+
- ./fuzzit.sh local-regression
2020

2121
- stage: Fuzzit (Fuzzing)
2222
if: branch = master AND type IN (push)

0 commit comments

Comments
 (0)