github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/.travis.yml (about)

     1  language: go
     2  go:
     3    - 1.12.x
     4  go_import_path: code.cloudfoundry.org/cli
     5  install:
     6  - go get -u github.com/onsi/ginkgo/ginkgo
     7  script:
     8  - go vet -all  ./api/... ./actor/... ./command ./integration/... ./types ./util ./version
     9  - NODES=1 make units-full
    10  branches:
    11    only:
    12    - master
    13    - travis
    14  addons:
    15    code_climate:
    16      repo_token: 5a9ca60422d07f52c50f36aa2c2c101619a19aa64d94fdafb352746b1db8625e
    17  os:
    18    - linux