github.com/lrita/ratelimit@v0.0.0-20190723030019-81504bd89bc5/.travis.yml (about) 1 language: go 2 3 go: 4 - 1.10.x 5 - 1.11.x 6 - 1.12.x 7 8 # let us have speedy Docker-based Travis workers 9 sudo: true 10 11 script: 12 - go vet ./... 13 - go test -v -race -coverprofile=coverage.txt -covermode=atomic 14 15 after_success: 16 - bash <(curl -s https://codecov.io/bash)