mirror of
https://github.com/stretchr/testify.git
synced 2025-04-27 21:24:09 +00:00
Check code is formatted in travis
This commit is contained in:
parent
eb84487cae
commit
dd57c7b68a
7
.travis.gofmt.sh
Executable file
7
.travis.gofmt.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -n "$(gofmt -l .)" ]; then
|
||||||
|
echo "Go code is not formatted:"
|
||||||
|
gofmt -d .
|
||||||
|
exit 1
|
||||||
|
fi
|
@ -10,4 +10,5 @@ go:
|
|||||||
- tip
|
- tip
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- ./.travis.gofmt.sh
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user