Codebase list golang-gomega / bb66fa0d-dd39-45f5-908f-0a207ca8a82b/upstream .travis.yml
bb66fa0d-dd39-45f5-908f-0a207ca8a82b/upstream

Tree @bb66fa0d-dd39-45f5-908f-0a207ca8a82b/upstream (Download .tar.gz)

.travis.yml @bb66fa0d-dd39-45f5-908f-0a207ca8a82b/upstreamraw · history · blame

language: go
arch:
  - amd64
  - ppc64le

go:
  - gotip
  - 1.16.x
  - 1.15.x

env:
  - GO111MODULE=on

install: skip

script:
  - go mod tidy && git diff --exit-code go.mod go.sum
  - make test