github.com/matislovas/ratago@v0.0.0-20240408115641-cc0857415a7a/.travis.yml (about)

     1  language: go
     2  go:
     3    - 1.6
     4    - 1.7
     5    - 1.7.1
     6    - 1.7.2
     7    - 1.7.3
     8    - 1.7.4
     9    - 1.8
    10    - 1.9
    11  
    12  script:
    13    - go test -coverprofile=xpath2_coverage.txt -covermode=atomic ./xpath2
    14    - go test -coverprofile=xslt_coverage.txt -covermode=atomic ./xslt
    15  
    16  after_success:
    17    - bash <(curl -s https://codecov.io/bash)