Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit d4efc42

Browse files
committed
dep to go mod
1 parent 287b9d3 commit d4efc42

File tree

5 files changed

+981
-1209
lines changed

5 files changed

+981
-1209
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ go:
66
services:
77
- docker
88

9+
env:
10+
- GO111MODULE=on
11+
912
install:
1013
- sudo apt-get remove postgresql-* -y
1114
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends $(travis_apt_get_options) install postgresql-client-11
@@ -18,8 +21,6 @@ before_script:
1821
- sleep 10
1922
- scripts/setup-db -y
2023
- scripts/setup-test-db -y
21-
- go get -v -u github.com/golang/dep/cmd/dep
22-
- dep ensure -v -vendor-only
2324

2425
script:
2526
- go test -v -race ./...

0 commit comments

Comments
 (0)