language: go sudo: false go: - "1.10" - "1.11" - "1.12" - master script: - go test -tags safe ./... - go test ./... -