Codebase list golang-gomega / debian/latest .travis.yml
debian/latest

Tree @debian/latest (Download .tar.gz)

.travis.yml @debian/latestraw · history · blame

language: go

go:
  - 1.14.x
  - 1.15.x
  - gotip

env:
  - GO111MODULE=on

install:
  - go get -v ./...
  - go build ./...
  - go get github.com/onsi/ginkgo
  - go install github.com/onsi/ginkgo/ginkgo

script: make test