language: go go: - "1.10.x" - "1.11.x" - "1.12.x" env: - GOARCH=i386 - GOARCH=amd64 script: go test -v ./...