mirror of
https://github.com/gonum/gonum.git
synced 2025-10-08 16:40:06 +08:00
Fixed .travis.yml on gofmt
This commit is contained in:
@@ -6,7 +6,7 @@ go:
|
||||
script:
|
||||
- go get -d -v ./... && go build -v ./...
|
||||
- go test -v ./...
|
||||
- gofmt -d .
|
||||
- diff <(gofmt .) <("")
|
||||
|
||||
after_failure: failure
|
||||
after_error: failure
|
||||
|
Reference in New Issue
Block a user