github.com/lrita/cmap@v0.0.0-20231108122212-cb084a67f554/.travis.yml (about) 1 language: go 2 3 go: 4 - 1.10.x 5 - 1.11.x 6 - 1.12.x 7 - 1.13.x 8 - 1.14.x 9 - 1.15.x 10 - 1.16.x 11 - 1.17.x 12 - 1.18.x 13 - 1.19.x 14 - 1.20.x 15 16 # let us have speedy Docker-based Travis workers 17 sudo: true 18 19 script: 20 - go test -v -race -coverprofile=coverage.txt -covermode=atomic 21 22 after_success: 23 - bash <(curl -s https://codecov.io/bash)