Codebase list golang-gomega / ac540831-b905-450c-8409-79e9f8ebb7f4/main .travis.yml
ac540831-b905-450c-8409-79e9f8ebb7f4/main

Tree @ac540831-b905-450c-8409-79e9f8ebb7f4/main (Download .tar.gz)

.travis.yml @ac540831-b905-450c-8409-79e9f8ebb7f4/mainraw · 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