Test all packages on Travis

This commit is contained in:
Marius 2016-01-04 19:21:58 +01:00
parent 4af7434c10
commit 8c948613b3
1 changed files with 2 additions and 4 deletions

View File

@ -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