Codebase list golang-github-vbauerster-mpb / 66e043c .travis.yml
66e043c

Tree @66e043c (Download .tar.gz)

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