Added the folder in test command

This commit is contained in:
Marius Orcsik 2017-09-12 11:11:20 +02:00
parent e3aa26cc06
commit 82e264ce02
No known key found for this signature in database
GPG key ID: C36D1EBE93A6EEAE

View file

@ -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