Changes
1 changed files (+3/-2)
-
-
@@ -16,5 +16,6 @@ install:- go get github.com/mattn/goveralls script: - go test -v - go test -v -covermode=count -coverprofile=coverage.out $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN - go test -v ./activitypub - go test -v -covermode=count -coverprofile=coverage.out $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN ./activitypub
-