Skip to content

Commit

Permalink
Use go mod on travis
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Aug 2, 2019
1 parent 46d1888 commit f7ea671
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ go:
- 1.x
- tip

env:
global:
- GOFLAGS=-mod=vendor
- GO111MODULE=on

cache:
directories:
- $HOME/.cache/go-build
- $GOPATH/pkg/mod

install: true

script:
Expand Down

0 comments on commit f7ea671

Please sign in to comment.