Files
sjy01-image-proc/vendor/github.com/x-cray/logrus-prefixed-formatter/.travis.yml
2024-10-24 15:46:01 +08:00

15 lines
102 B
YAML

language: go
go:
- 1.5
- 1.6
- 1.7
install:
- make deps
script:
- make test
sudo: false