[fix] correct dependency gathering in travis

pull/103/head
Adam Tauber 7 years ago
parent 2c8c5aef68
commit b289c84958

@ -9,6 +9,7 @@ os:
env:
- "PATH=/home/travis/gopath/bin:$PATH"
script:
- test -z "$(go get -a)"
- test -z "$(gofmt -l ./)"
- test -z "$(go vet -v ./...)"
- go test ./...

Loading…
Cancel
Save