language: go
install: go get -v -d ./... && go build -v ./...
script: go test -v ./...

go: 1.1.1