1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-24 03:47:45 +02:00
revive/.travis.yml

7 lines
86 B
YAML
Raw Normal View History

2018-05-26 16:26:16 -07:00
language: go
2018-05-26 16:39:22 -07:00
go: "1.10.x"
2018-05-26 16:26:16 -07:00
2018-05-26 16:36:23 -07:00
install: make install
script: make build && make test.all