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

Tree @abf0a2f (Download .tar.gz)

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