language: go go: - 1.3 - 1.x install: - go get -t -v ./... script: - go test ./...