mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-04 21:02:27 +08:00
delete .travis.yml
This commit is contained in:
20
.travis.yml
20
.travis.yml
@@ -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)
|
||||
Reference in New Issue
Block a user