Codebase list golang-github-gosuri-uitable / 0.0_git20170830.36ee7e94-2.1 .travis.yml
0.0_git20170830.36ee7e94-2.1

Tree @0.0_git20170830.36ee7e94-2.1 (Download .tar.gz)

.travis.yml @0.0_git20170830.36ee7e94-2.1raw · history · blame

1
2
3
4
5
6
7
8
language: go
sudo: false
install:
  - go get ./...
go:
  - 1.4
  - 1.5.2
  - tip