Try build commands on distinct lines
parent
03d295e8f3
commit
e52faf10eb
|
@ -7,7 +7,10 @@ install:
|
|||
- go get -d -v ./... && go build -v ./...
|
||||
- go get -u golang.org/x/tools/cmd/vet;
|
||||
|
||||
script: go test -v ./...; go tool vet .
|
||||
script:
|
||||
# Put each test command on its own line.
|
||||
- go test -v ./...
|
||||
- go tool vet .
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in New Issue