code.cloudfoundry.org/cli@v7.1.0+incompatible/.travis.yml (about)

     1  language: go
     2  go:
     3    - 1.13.x
     4  go_import_path: code.cloudfoundry.org/cli
     5  install:
     6  - go get -u github.com/onsi/ginkgo/ginkgo
     7  script:
     8  - NODES=1 make units-full
     9  branches:
    10    only:
    11    - master
    12    - travis
    13  os:
    14    - linux