From bdf052819dbc4f86ffb8339161b601a4fe72150f Mon Sep 17 00:00:00 2001 From: dudaodong Date: Mon, 29 Nov 2021 15:06:52 +0800 Subject: [PATCH] delete .travis.yml --- .travis.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 515c958..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: go -go: - - 1.16.2 - -tip -sudo: required -os: - - linux - - osx -notifications: - email: lanliddd.2007@163.com -before_install: - - go mod tidy - -script: - - echo "run" - - go test -race -coverprofile=coverage.txt -covermode=atomic - - go test -v ./... - -after_success: - - bash <(curl -s https://codecov.io/bash)