1 2 3 4 5 6 7 8 9 10
language: go sudo: false go: - 1.9.2 os: - linux - osx script: - go test -v ./...