1 2 3 4 5
language: go install: go get -v -d ./... && go build -v ./... script: go test -v ./... go: 1.1.1