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

Tree @a64a4a9 (Download .tar.gz)

.travis.yml @a64a4a9raw · history · blame

1
2
3
4
5
6
7
8
language: go

go:
  - 1.14.x

script:
  - go test -race ./...
  - for i in _examples/*/; do go build $i/*.go || exit 1; done