Browse Source

Fail on gofmt errors

tags/v0.1.1
Russ Garrett 7 years ago
parent
commit
dd69799a8f
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml View File

@@ -4,6 +4,7 @@ go:
4 4
 env:
5 5
 - PATH=/home/travis/gopath/bin:$PATH
6 6
 script:
7
+- ! gofmt -d . | read
7 8
 - go test -v ./...
8 9
 before_deploy:
9 10
 - go get github.com/mitchellh/gox

Loading…
Cancel
Save