Codebase list golang-github-vbauerster-mpb / 6a57012 .travis.yml
6a57012

Tree @6a57012 (Download .tar.gz)

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