github.com/krishnamiriyala/courtney@v0.3.2/.travis.yml (about)

     1  language: go
     2  go:
     3    - 1.x
     4    - 1.16
     5    - 1.15
     6  notificaitons:
     7    email:
     8      recipients: krishnamiriyala@brophy.uk
     9      on_failure: always
    10  install:
    11    - go get -u github.com/mattn/goveralls                    # only for coveralls.io
    12    - go get -u github.com/krishnamiriyala/courtney
    13    - go get -t -v ./...
    14  script:
    15    - courtney -e -v
    16  after_success:
    17    - bash <(curl -s https://codecov.io/bash)                 # only for codecov.io
    18    - goveralls -coverprofile=coverage.out -service=travis-ci # only for coveralls.io