Codebase list golang-gomega / ab3a6a24-66fe-4021-863a-8891051801fc/upstream/sid .travis.yml
ab3a6a24-66fe-4021-863a-8891051801fc/upstream/sid

Tree @ab3a6a24-66fe-4021-863a-8891051801fc/upstream/sid (Download .tar.gz)

.travis.yml @ab3a6a24-66fe-4021-863a-8891051801fc/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