Skip to content

Commit

Permalink
Trying build using dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pkedy committed Sep 26, 2018
1 parent 0520a1b commit 4c8ce63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ go:
install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go list -f '{{range .Imports}}{{.}} {{end}}' ./... | xargs go get -v
- go list -f '{{range .TestImports}}{{.}} {{end}}' ./... | xargs go get -v
- go get -u github.com/golang/dep/cmd/dep
- dep ensure

script:
- go test ./v1 ./v1/convert -v -covermode=count -coverprofile=coverage.out
Expand Down

0 comments on commit 4c8ce63

Please sign in to comment.