Skip to content

Commit

Permalink
fix travis ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
p1ass authored and kisielk committed Mar 21, 2019
1 parent 899df4f commit 2079b9b
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 @@ -12,5 +12,5 @@ matrix:
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 2079b9b

Please sign in to comment.