Codebase list golang-gomega / 582058ef-21b5-4178-b7b9-d5b3ce7fa186/main .travis.yml
582058ef-21b5-4178-b7b9-d5b3ce7fa186/main

Tree @582058ef-21b5-4178-b7b9-d5b3ce7fa186/main (Download .tar.gz)

.travis.yml @582058ef-21b5-4178-b7b9-d5b3ce7fa186/mainraw · 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