github.com/soypat/gitaligned@v0.3.4-0.20221228122414-e435aab44fbc/travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.8.x
     5    - tip
     6  
     7  before_install:
     8    - go get -t -v ./...
     9  
    10  script:
    11    - go test  -coverprofile=coverage.txt -covermode=atomic
    12  
    13  after_success:
    14    - bash <(curl -s https://codecov.io/bash)