Test all packages on Travis
This commit is contained in:
parent
4af7434c10
commit
8c948613b3
|
@ -16,12 +16,10 @@ matrix:
|
|||
- go: tip
|
||||
|
||||
before_install:
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get .
|
||||
- go get ./...
|
||||
|
||||
script:
|
||||
- go test -v -coverprofile=cover.out || go test -v
|
||||
- go test -v ./filestore -coverprofile=cover.out || go test -v ./filestore
|
||||
- go test -v ./...
|
||||
|
||||
before_deploy:
|
||||
- go get github.com/laher/goxc
|
||||
|
|
Loading…
Reference in New Issue