Skip to content
Snippets Groups Projects
Commit 5ee54ca5 authored by Niall Sheridan's avatar Niall Sheridan
Browse files

Run more CI checks

Re-enable go 1.5
Run `go build`, `gofmt` and `go vet` in addition to tests.
parent e158191e
No related branches found
No related tags found
No related merge requests found
language: go
env:
- GO15VENDOREXPERIMENT=1
go:
- 1.5.4
- 1.6.2
- tip
sudo: false
script:
- go build -v ./...
- go test -v ./...
- gofmt -d $(find -type f -name '*.go' -not -path './vendor/*')
- go list ./... |grep -v vendor/ |xargs go vet
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment