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

Tree @fe45b3d (Download .tar.gz)

.travis.yml @fe45b3draw · 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