Skip to content

Commit

Permalink
Run goveralls with GO111MODULE on
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchadwick committed Nov 15, 2020
1 parent 5f8e1fd commit b7b815e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ script:
- go get -u github.com/shuLhan/go-bindata/...
- $GOPATH/bin/go-bindata -pkg bindata -o bindata/bindata.go etc/*
- GO111MODULE=on go get ./...
- $GOPATH/bin/goveralls -service=travis-ci -ignore bindata/bindata.go
- GO111MODULE=on $GOPATH/bin/goveralls -service=travis-ci -ignore bindata/bindata.go

0 comments on commit b7b815e

Please sign in to comment.