github.com/Aoi-hosizora/ahlib@v1.5.1-0.20230404072829-241b93cf91c7/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.15
     5    - 1.16
     6    - 1.17
     7    - 1.18
     8    - 1.19
     9    - 1.20
    10    # TODO go versions
    11  
    12  branches:
    13    only:
    14      - master
    15      - /^dev.*$/ # TODO /^testonly.*$/
    16      # dev -> master
    17      # TODO rename feat.xxx to dev.xxx
    18  
    19  script:
    20    - bash ./go.test.sh
    21  
    22  after_success:
    23    - bash < curl -s https://codecov.io/bash