Feature: repalce dep with go module
This commit is contained in:
@ -2,14 +2,13 @@ language: go
|
||||
sudo: false
|
||||
go:
|
||||
- "1.11"
|
||||
before_install:
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
install:
|
||||
- "$GOPATH/bin/dep ensure"
|
||||
- "go mod download"
|
||||
env:
|
||||
global:
|
||||
- NAME=clash
|
||||
- BINDIR=bin
|
||||
- GO111MODULE=on
|
||||
script:
|
||||
- go test ./...
|
||||
before_deploy: make -j releases
|
||||
|
Reference in New Issue
Block a user