language: go go: - "1.8.x" - "1.9.x" - "1.10.x" - master script: - go test -v ./... - go test -bench=. -benchmem=true -run=none ./...