github.com/DanRoseus/courtney@v0.3.0/.travis.yml (about)

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