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

ci: update travis.yml

This commit is contained in:
mgechev 2018-09-17 12:20:50 -07:00
parent 2e16582cbc
commit 6c5c870315
No known key found for this signature in database
GPG Key ID: A98CD29F2650FAD2

View File

@ -1,6 +1,6 @@
language: go
go: "1.10.x"
go: "1.11.x"
install: make install
script: make build && make test