13 lines
102 B
YAML
Raw Normal View History

2019-04-10 15:41:22 +02:00
sudo: false
language: go
go:
- 1.8
before_install:
- make vendor
script:
- make check test