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

Tree @6a627e1 (Download .tar.gz)

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