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

Tree @cb2d9aa (Download .tar.gz)

.travis.yml @cb2d9aaraw · history · blame

1
2
3
4
5
6
7
8
language: go
install:
  - go get ./...
go:
  - 1.8
  - 1.7
  - 1.6
  - tip