Changes
1 changed files (+2/-1)
-
-
@@ -21,6 +21,7 @@ script:- GOPATH=$GOPATH:$(pwd) go test -v ./... after_success: - GOPATH=$GOPATH:$(pwd) go test -cover ./... - GOPATH=$GOPATH:$(pwd) go test -cover -coverprofile activitypub.coverprofile activitypub - GOPATH=$GOPATH:$(pwd) go test -cover -coverprofile jsonld.coverprofile jsonld - GOPATH=$GOPATH:$(pwd) $GOPATH/bin/gover - GOPATH=$GOPATH:$(pwd) $GOPATH/bin/goveralls -coverprofile gover.coverprofile -service=travis-ci -repotoken $COVERALLS_TOKEN
-