Codebase list golang-github-vbauerster-mpb / 9ace46b .travis.yml
9ace46b

Tree @9ace46b (Download .tar.gz)

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