github.com/zhuqinghua/tail@v1.0.1/.travis.yml (about)

     1  language: go
     2  
     3  script:
     4    - go test -race -v ./...
     5  
     6  go:
     7    - 1.5
     8    - 1.6
     9    - 1.7
    10    - 1.8
    11    - tip
    12  
    13  matrix:
    14    allow_failures:
    15      - go: tip
    16  
    17  install:
    18    - go get gopkg.in/fsnotify/fsnotify.v1
    19    - go get gopkg.in/tomb.v1