language: go sudo: false go: - 1.9.x - 1.12.x - tip matrix: allow_failures: - go: tip script: - go test -v ./...