github.com/moreal/bencodex-go@v0.0.0-20231021172012-18277a477d15/.travis.yml (about)

     1  language: go
     2  sudo: false
     3  go:
     4      - 1.14
     5      - 1.15
     6      - 1.16
     7  env:
     8    - GO111MODULE=on
     9  go_import_path: github.com/moreal/bencodex-go
    10  script:
    11      - make test
    12      - make bench
    13  after_success:
    14      - make coveralls