소스 검색

Remove fuzzit

tags/v1.2.0
Andrea Spacca 3 년 전
부모
커밋
580cd8d978
1개의 변경된 파일2개의 추가작업 그리고 12개의 파일을 삭제
  1. +2
    -12
      .travis.yml

+ 2
- 12
.travis.yml 파일 보기

@@ -9,6 +9,8 @@ services:

go:
- 1.13.x
- 1.14.x
- 1.15.x
- tip

env:
@@ -23,18 +25,6 @@ install:
script:
- go test ./...

jobs:
include:
- stage: Fuzz regression
go: 1.13.x
dist: bionic
script: ./fuzzit.sh local-regression
- stage: Fuzz
if: branch = master AND type IN (push)
go: 1.13.x
dist: bionic
script: ./fuzzit.sh fuzzing

before_deploy:
- mkdir -p release
- "GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags -a -tags netgo -ldflags '-s -w -extldflags -static' -o release/transfersh-$TRAVIS_TAG-linux-amd64"


불러오는 중...
취소
저장