Codebase list golang-github-vbauerster-mpb / 732f0c8 .travis.yml
732f0c8

Tree @732f0c8 (Download .tar.gz)

.travis.yml @732f0c8raw · history · blame

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