github.com/mdomke/git-semver@v1.0.1-0.20200406193518-c0566816580f/.travis.yml (about)

     1  language: go
     2  go:
     3    - 1.14.x
     4  
     5  script:
     6    - go test -v -coverprofile=coverage.txt -covermode=count ./...
     7  
     8  after_success:
     9    - bash <(curl -s https://codecov.io/bash)