File: .travis.yml

package info (click to toggle)
golang-github-inconshreveable-log15 2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, experimental
  • size: 216 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
language: go
go_import_path: github.com/inconshreveable/log15
sudo: false

go:
  - 1.7.x
  - 1.8.x
  - 1.9.x
  - 1.10.x
  - master