Explorar el Código

Better gofmt check, now without an error.

Bruce Marriner hace 8 años
padre
commit
9069f81c6e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ install:
     - go get -v .
     - go get -v github.com/golang/lint/golint
 script:
-    - diff <(gofmt -d .) <("")
+    - diff <(gofmt -d .) <(echo -n)
     - go vet -x ./...
     - golint -set_exit_status ./...
     - go test -v -race ./...