Skip to content

Commit

Permalink
Fix travis for brittle test in vendored code. (google#62)
Browse files Browse the repository at this point in the history
The jsonpb_test.go depends upon precise number formatting that changed between Go 1.7 and 1.8
  • Loading branch information
colonelxc authored Jun 24, 2017
1 parent b759cc1 commit 6108c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ go:

script:
- test -z "$(gofmt -s -l $(find . -name '*.go' -type f -print) | tee /dev/stderr)"
- go test -v ./...
- go test -race -v ./...
- go test -v $(go list ./... | grep -v vendor)
- go test -race -v $(go list ./... | grep -v vendor)

0 comments on commit 6108c08

Please sign in to comment.