github.com/gechr/complete@v0.0.0-20191016221035-401475e3ce1e/.travis.yml (about)

     1  language: go
     2  go:
     3    - tip
     4    - 1.12.x
     5    - 1.11.x
     6    - 1.10.x
     7  
     8  script:
     9    - go test -race -coverprofile=coverage.txt -covermode=atomic ./...
    10  
    11  after_success:
    12    - bash <(curl -s https://codecov.io/bash)
    13  
    14  matrix:
    15    allow_failures:
    16      - go: tip