github.com/cortesi/devd@v0.0.0-20200427000907-c1a3bfba27d8/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4      - 1.12.x
     5  
     6  matrix:
     7      include:
     8          - os: linux
     9          - os: windows
    10          - os: osx
    11            osx_image: xcode11
    12  
    13  install:
    14      - go get -t -v ./...
    15      - go install ./cmd/devd
    16  
    17  script:
    18      - go test -v -race ./...
    19  
    20  notifications:
    21      email:
    22          - aldo@corte.si