language: go sudo: false go: - 1.4.2 - 1.5.1 - 1.6 - tip matrix: allow_failures: - go: tip script: - go vet ./... - go test -v ./...