Codebase list golang-github-siddontang-ledisdb / upstream/0.6+git20190202.8ceb77e .travis.yml
upstream/0.6+git20190202.8ceb77e

Tree @upstream/0.6+git20190202.8ceb77e (Download .tar.gz)

.travis.yml @upstream/0.6+git20190202.8ceb77eraw · history · blame

1
2
3
4
5
6
7
language: go
go:
  - 1.10.x
  - 1.11.x

script:
  - make test