1language: go
2go_import_path: github.com/inconshreveable/log15
3sudo: false
4
5go:
6  - 1.7.x
7  - 1.8.x
8  - 1.9.x
9  - 1.10.x
10  - master
11