Attempt to fix the build.

This commit is contained in:
Andrey Smirnov
2016-04-25 15:13:50 +03:00
parent 7a8af044ee
commit 53b571d6fc
+1 -1
View File
@@ -50,7 +50,7 @@ system-test: install
travis: $(TRAVIS_TARGET) system-test
test:
$(GOM) test -v ./... -gocheck.v=true
$(GOM) test -v `go list ./... | grep -v vendor/` -gocheck.v=true
coveralls: coverage.out
$(GOM) exec $(BINPATH)/goveralls -service travis-ci.org -coverprofile=coverage.out -repotoken=$(COVERALLS_TOKEN)