github.com/ekalinin/errcheck@v1.2.1-0.20190917115355-d3315f128aa5/.travis.yml (about)

     1  language: go
     2  sudo: false
     3  
     4  matrix:
     5    include:
     6      - go: "1.9"
     7      - go: "1.10"
     8      - go: "tip"
     9  
    10  script:
    11    - go test -race ./...