mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-26 20:30:18 +01:00
FIX BUILD
This commit is contained in:
parent
6b249d21c4
commit
356412c838
1 changed files with 1 additions and 3 deletions
|
@ -21,9 +21,6 @@ install:
|
||||||
- echo "This is an override of the default install deps step in travis."
|
- echo "This is an override of the default install deps step in travis."
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go get -t -u -v ./...
|
|
||||||
- go build -v .
|
|
||||||
- go vet ./...
|
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -33,6 +30,7 @@ jobs:
|
||||||
dist: bionic
|
dist: bionic
|
||||||
script: ./fuzzit.sh local-regression
|
script: ./fuzzit.sh local-regression
|
||||||
- stage: Fuzz
|
- stage: Fuzz
|
||||||
|
if: branch = master AND type IN (push)
|
||||||
go: 1.12.x
|
go: 1.12.x
|
||||||
dist: bionic
|
dist: bionic
|
||||||
script: ./fuzzit.sh fuzzing
|
script: ./fuzzit.sh fuzzing
|
||||||
|
|
Loading…
Reference in a new issue