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:
parent
f96461ebd6
commit
63f4e77f81
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@ -0,0 +1,9 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.10.x"
|
||||
- master
|
||||
|
||||
script:
|
||||
- go build
|
||||
- go test ./test/...
|
Loading…
Reference in New Issue
Block a user