1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-01 19:58:37 -04:00

Switch from dep to go mod

This commit is contained in:
2018-10-11 20:59:11 -04:00
parent 5e2e3a2bf7
commit 61262b87d8
5 changed files with 16 additions and 108 deletions

View File

@ -7,20 +7,11 @@ go:
- 1.9.x
- master
env:
- DEP_VERSION="0.3.2"
before_install:
# Fetch/build coverage reporting tools
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go install github.com/mattn/goveralls
# Download `dep` and ensure it's executable
- curl -L -s https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
install:
- dep ensure
script:
- go test -v -covermode=count -coverprofile=coverage.out