Browse Source

Fix travis

This only breaks in go tip.
Carl Jackson 10 years ago
parent
commit
3bdac6dcc6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@ -23,4 +23,4 @@ matrix:
- go list -f '{{range .Imports}}{{.}} {{end}}' ./... | xargs go get -v
- go list -f '{{range .TestImports}}{{.}} {{end}}' ./... | xargs go get -v
script:
- go test -v ./... -cover
- go test -cover ./...

Loading…
Cancel
Save