github.com/hbbio/afero@v1.2.3-0.20190412153849-bd67867be27b/.travis.yml (about)

     1  sudo: false
     2  language: go
     3  
     4  go:
     5    - 1.9
     6    - "1.10"
     7    - tip
     8  
     9  os:
    10    - linux
    11    - osx
    12  
    13  matrix:
    14    allow_failures:
    15      - go: tip
    16    fast_finish: true
    17  
    18  script:
    19    - go build
    20    - go test -race -v ./...
    21