github.com/TheSilentForest/tail@v1.0.1-0.20190327153203-b5d4c85e68b5/.travis.yml (about)

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