github.com/cilium/controller-tools@v0.3.1-0.20230329170030-f2b7ff866fde/.travis.yml (about)

     1  language: go
     2  
     3  os:
     4    - linux
     5    - osx
     6  
     7  go:
     8  - "1.13"
     9  
    10  git:
    11    depth: 3
    12  
    13  go_import_path: sigs.k8s.io/controller-tools
    14  
    15  install:
    16  - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
    17  
    18  script:
    19  - GO111MODULE=on TRACE=1 ./test.sh
    20  
    21  # TBD. Suppressing for now.
    22  notifications:
    23    email: false