1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-08-03 20:10:28 +00:00

travis, golint, and versions of golang!

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-11-08 11:50:04 -05:00
parent 37d776ac40
commit acd3fa49ea
Signed by: vbatts
GPG key ID: 10937E57733F1362
2 changed files with 11 additions and 6 deletions

View file

@ -1,9 +1,10 @@
language: go
go:
- 1.x
- 1.10.x
- 1.9.x
- 1.8.x
- "1.x"
- "1.11.x"
- "1.10.x"
- "1.9.x"
- "1.8.x"
sudo: false