1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-08 03:13:27 +02:00

Add travis.yml

This commit is contained in:
mgechev 2018-05-26 16:26:16 -07:00
parent f96461ebd6
commit 63f4e77f81
No known key found for this signature in database
GPG Key ID: 3C44F5A2A289C6BB

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: go
go:
- "1.10.x"
- master
script:
- go build
- go test ./test/...