Codebase list golang-github-alcortesm-tgz / bullseye-backports/main .travis.yml
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

.travis.yml @bullseye-backports/mainraw · history · blame

language: go

go:
    - tip

before_install:
    - go get golang.org/x/tools/cmd/cover

script:
    - go test -coverprofile=coverage.txt -covermode=atomic

after_success:
    - bash <(curl -s https://codecov.io/bash)