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