language: go
go:
- 1.2
- tip
script:
- go test ./...
- pushd samples && find . -name "*.go" -exec go build {} \; && popd