github.com/arnodel/golua@v0.0.0-20230215163904-e0b5347eaaa1/.travis.yml.disabled (about)

     1  language: go
     2  
     3  go:
     4    - "1.15.6"
     5  
     6  script:
     7    - go test -coverprofile=coverage.txt -covermode=atomic ./...
     8  
     9  after_success:
    10    - bash <(curl -s https://codecov.io/bash)
    11