Codebase list golang-gomega / 1d370633-d837-4a79-a9ef-00c728f52288/main .travis.yml
1d370633-d837-4a79-a9ef-00c728f52288/main

Tree @1d370633-d837-4a79-a9ef-00c728f52288/main (Download .tar.gz)

.travis.yml @1d370633-d837-4a79-a9ef-00c728f52288/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