language: go sudo: false go: - 1.10.x - 1.11.x - master - tip os: - linux - osx install: - go get -d -t ./... script: - go test ./... - make