Apparently I mixed some commands together

This commit is contained in:
Marius Orcsik 2017-09-12 11:21:01 +02:00
parent 8034bdef7f
commit 6768d7c3ca
No known key found for this signature in database
GPG key ID: C36D1EBE93A6EEAE

View file

@ -17,5 +17,6 @@ install:
script:
- go test -v ./activitypub
- go test -v -covermode=count $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN ./activitypub
- go test -v -covermode=count -coverprofile=coverage.out ./activitypub
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN