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

7 lines
86 B
YAML
Raw Normal View History

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