Codebase list golang-github-vbauerster-mpb / a3060af .travis.yml
a3060af

Tree @a3060af (Download .tar.gz)

.travis.yml @a3060afraw · history · blame

language: go
arch:
  - amd64
  - ppc64le

go:
  - 1.14.x

script:
  - go test -race ./...
  - for i in _examples/*/; do go build $i/*.go || exit 1; done