Changes
1 changed files (+2/-1)
-
-
@@ -16,8 +16,9 @@ install:- go get github.com/mattn/goveralls script: - export GOPATH=$GOPATH:$(pwd) - go test -v ./... after_success: - go test -covermode=count -coverprofile=coverage_activitypub.out activitypub - go test -covermode=count -coverprofile=coverage_jsonld.out jsonld - goveralls -coverprofile=coverage_activitypub.out -service=travis-ci -repotoken $COVERALLS_TOKEN
-