language: go go: - 1.8.x - 1.9.x - tip matrix: allow_failures: - go: tip install: - go get ./... script: - go install . - go test -v ./...