1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-28 08:49:11 +02:00
revive/.travis.yml

10 lines
87 B
YAML
Raw Normal View History

2018-05-27 01:26:16 +02:00
language: go
go:
- "1.10.x"
- master
script:
- go build
- go test ./test/...