test all packages

This commit is contained in:
Umputun
2018-05-22 02:03:06 -05:00
parent 0c42019ebd
commit 10be03a0be
+1 -1
View File
@@ -13,5 +13,5 @@ script:
after_success:
- cd app
- go test -v -covermode=count -coverprofile=coverage.out
- go test $(go list -e ./... | grep -v vendor) -covermode=count -coverprofile=coverage.out
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN