language: go go: - 1.4.3 - 1.5.3 - 1.6 - tip install: - go get -t ./... - go get golang.org/x/tools/cmd/vet script: - go vet ./... - go test -v ./...