summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/.travis.gofmt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/stretchr/testify/.travis.gofmt.sh')
-rwxr-xr-xvendor/github.com/stretchr/testify/.travis.gofmt.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/stretchr/testify/.travis.gofmt.sh b/vendor/github.com/stretchr/testify/.travis.gofmt.sh
deleted file mode 100755
index bfffdca8b..000000000
--- a/vendor/github.com/stretchr/testify/.travis.gofmt.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-if [ -n "$(gofmt -l .)" ]; then
- echo "Go code is not formatted:"
- gofmt -d .
- exit 1
-fi