Feature: repalce dep with go module

This commit is contained in:
Dreamacro
2018-10-01 19:38:54 +08:00
parent 85a67988b9
commit 04e05c6a85
6 changed files with 55 additions and 227 deletions

View File

@ -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