Browse Source

Remove "go test -v ./..."

* Now only running explicitly enumerated tests
* Attempt to avoid import cycle error
Rod Hynes 9 years ago
parent
commit
e019926fa6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -8,7 +8,6 @@ addons:
 install:
 - go get -t -d -v ./... && go build -v ./...
 script:
-- go test -v ./...
 - cd psiphon
 - go test -v -covermode=count -coverprofile=transferstats.coverprofile ./transferstats
 - go test -v -covermode=count -coverprofile=upstreamproxy.coverprofile ./upstreamproxy