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

Tree @d83c8d6 (Download .tar.gz)

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