New release process using docker, circleci and a centralized

building tool
This commit is contained in:
Steve Durrheimer 2016-01-24 23:38:06 +01:00
commit 158200fd49
No known key found for this signature in database
GPG key ID: 5435BD02508176B7
9 changed files with 158 additions and 26 deletions

View file

@ -2,15 +2,9 @@ sudo: false
language: go
go:
- 1.5.3
- 1.5
- tip
env:
- GO15VENDOREXPERIMENT=1
script:
- "! gofmt -l $(find . -path ./vendor -prune -o -name '*.go' -print) | read nothing"
- go vet
- go test -v $(go list ./... | grep -v /vendor/)
- go build
- make
- ./end-to-end-test.sh