github.com/jgrancell/metasync@v0.0.0-20220105143315-c43793d9d9c1/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.16.x
     5    - 1.17.x
     6    - tip
     7  
     8  script:
     9    - make test
    10  
    11  after_success:
    12    - bash <(curl -s https://codecov.io/bash)