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