Browse Source

Travis tweak

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

+ 1
- 1
.travis.yml View File

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

Loading…
Cancel
Save