Keep GOPATH on test command

This commit is contained in:
Marius Orcsik 2017-10-01 15:08:39 +02:00
parent a794556013
commit 46b3e2687f
No known key found for this signature in database
GPG key ID: C36D1EBE93A6EEAE

View file

@ -16,7 +16,7 @@ install:
- go get github.com/mattn/goveralls
script:
- go test -v ./...
- GOPATH=$GOPATH:$(pwd) go test -v ./...
after_success:
- go test -covermode=count -coverprofile=coverage_activitypub.out activitypub