Codebase list golang-gomega / 838abf6b-90f6-4959-8c30-39a8bd278af3/upstream/sid .travis.yml
838abf6b-90f6-4959-8c30-39a8bd278af3/upstream/sid

Tree @838abf6b-90f6-4959-8c30-39a8bd278af3/upstream/sid (Download .tar.gz)

.travis.yml @838abf6b-90f6-4959-8c30-39a8bd278af3/upstream/sidraw · 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