diff --git a/.travis.yml b/.travis.yml index b599a2d..703e5b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ install: script: - make release + - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN deploy: provider: releases diff --git a/Makefile b/Makefile index aeed974..e5a0c21 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,4 @@ integration: pull dbosx clair integrationlinux: pull db clair go test -v -covermode=count -coverprofile=coverage.out -ip $(shell ifconfig eth0 | grep "inet addr" | cut -d ':' -f 2 | cut -d ' ' -f 1) -tags integration -coverage: - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN - -release: integrationlinux build coverage cross \ No newline at end of file +release: integrationlinux build cross \ No newline at end of file