github.com/willmadison/cli@v6.40.1-0.20181018160101-29d5937903ff+incompatible/.travis.yml (about)

     1  language: go
     2  go:
     3    - "1.10"
     4  go_import_path: code.cloudfoundry.org/cli
     5  install:
     6  - go get -u github.com/onsi/ginkgo/ginkgo
     7  script:
     8  - go tool vet -all -shadow=true ./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