Skip to content

Commit

Permalink
Remove go get because we use go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezhu committed Oct 30, 2020
1 parent 477ce57 commit 1778243
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: go
os: linux
dist: bionic
language: go

go:
- 1.15.x
Expand All @@ -14,13 +15,6 @@ before_install:
- sudo DEBIAN_FRONTEND=noninteractive apt-get install -y librados-dev librbd-dev

install:
- go get github.com/google/go-cmp
- go get github.com/stretchr/testify
- go get github.com/sirupsen/logrus
- go get github.com/ceph/go-ceph
- go get github.com/prometheus/client_golang/prometheus
- go get golang.org/x/tools/cmd/cover
- go get github.com/axw/gocov/gocov
- go get github.com/modocache/gover
- go get github.com/mattn/goveralls

Expand Down

0 comments on commit 1778243

Please sign in to comment.