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

Tree @ed4401a (Download .tar.gz)

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