git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/validate/.travis.yml (about)

     1  language: go
     2  dist: xenial
     3  go:
     4    - '1.10'
     5    - '1.11'
     6    - '1.12'
     7    - '1.13'
     8    - 'tip'
     9  
    10  script:
    11       - go test -coverpkg=./... -coverprofile=coverage.info -timeout=5s
    12       - bash <(curl -s https://codecov.io/bash)