Try build commands on distinct lines

pull/1456/head
Philip O'Toole 2015-01-29 22:21:42 -08:00
parent 03d295e8f3
commit e52faf10eb
1 changed files with 4 additions and 1 deletions

View File

@ -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: