language: go go: - 1.1 - 1.2 - release - tip install: - go get -v . && go build -v . script: - go test -v .