github.com/Aoi-hosizora/ahlib-more@v1.5.1-0.20230404072844-256112befaf6/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.15
     5    - 1.16
     6    - 1.17
     7  
     8  branches:
     9    only:
    10      - master
    11      - /^dev.*$/
    12      # feat -> dev -> master
    13  
    14  script:
    15    - bash ./go.test.sh
    16  
    17  after_success:
    18    - bash < curl -s https://codecov.io/bash