github.com/2dev2/tail@v1.4.5/.travis.yml (about)

     1  language: go
     2  
     3  script:
     4    - go test -race -v ./...
     5  
     6  go:
     7    - "1.9"
     8    - "1.10"
     9    - "1.11"
    10    - "1.12"
    11    - "1.13"
    12    - tip
    13  
    14  matrix:
    15    allow_failures:
    16      - go: tip