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

Commit 81157fb

Browse files
committed
update .travis.yml
1 parent 215a3d1 commit 81157fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
- stage: Build, Unit-Tests & Fuzz-Tests
1717
go: 1.12.x
1818
script:
19-
- go build ./...
20-
- go test ./...
21-
- ./ci/fuzzit.sh sanity
19+
- ./fuzzit.sh regression
2220

2321
- stage: Fuzzit (Fuzzing)
2422
if: branch = master AND type IN (push)
2523
go: 1.12.x
2624
script:
27-
- ./ci/fuzzit.sh fuzzing
25+
- ./fuzzit.sh fuzzing
2826

0 commit comments

Comments
 (0)