2019-04-11 14:19:24 +02:00

13 lines
102 B
YAML

sudo: false
language: go
go:
- 1.8
before_install:
- make vendor
script:
- make check test