|
|
@@ -9,10 +9,10 @@ install:
|
|
|
- go get -t -d -v ./... && go build -v ./...
|
|
|
script:
|
|
|
- cd psiphon
|
|
|
-- go test -v -covermode=count -coverprofile=common.coverprofile ./common
|
|
|
-- go test -v -covermode=count -coverprofile=transferstats.coverprofile ./transferstats
|
|
|
-- go test -v -covermode=count -coverprofile=server.coverprofile ./server
|
|
|
-- go test -v -covermode=count -coverprofile=psiphon.coverprofile
|
|
|
+- go test -race -v -covermode=count -coverprofile=common.coverprofile ./common
|
|
|
+- go test -race -v -covermode=count -coverprofile=transferstats.coverprofile ./transferstats
|
|
|
+- go test -race -v -covermode=count -coverprofile=server.coverprofile ./server
|
|
|
+- go test -race -v -covermode=count -coverprofile=psiphon.coverprofile
|
|
|
- $HOME/gopath/bin/gover
|
|
|
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci -repotoken $COVERALLS_TOKEN
|
|
|
before_install:
|