github.com/geph-official/geph2@v0.22.6-0.20210211030601-f527cb59b0df/libs/kcp-go/.travis.yml (about)

     1  language: go
     2  go:
     3      - 1.9.x
     4      - 1.10.x
     5      - 1.11.x
     6  
     7  before_install:
     8      - go get -t -v ./...
     9  
    10  install:
    11      - go get github.com/xtaci/kcp-go
    12  
    13  script:
    14      - go test -coverprofile=coverage.txt -covermode=atomic -bench .
    15  
    16  after_success:
    17      - bash <(curl -s https://codecov.io/bash)