Skip to content

Commit

Permalink
fix go test
Browse files Browse the repository at this point in the history
  • Loading branch information
aimuz authored Jul 31, 2019
1 parent 2f5c1bb commit 57b6613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ install:
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d -s .)
- go tool vet .
- go vet .
- go test -v -race ./...

0 comments on commit 57b6613

Please sign in to comment.