github.com/zserge/zs@v0.0.0-20200324061937-4900afa45db4/.travis.yml (about)

     1  language: go
     2  
     3  go: 
     4   - 1.2
     5   - 1.3
     6   - 1.4
     7   - release
     8   - tip
     9  
    10  before_install:
    11    - pip install --user codecov
    12  after_success:
    13    - codecov
    14  
    15  script:
    16    - go test -coverprofile=coverage.txt -covermode=atomic