Codebase list golang-github-vbauerster-mpb / 28beb31 .travis.yml
28beb31

Tree @28beb31 (Download .tar.gz)

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