2
0
mirror of https://github.com/namecoin/ncdns synced 2024-11-16 00:13:01 +00:00

Add Go 1.11.x, 1.12.5, and 1.12.x to Travis

1.12.5 is currently used by Tor's rbm scripts.
This commit is contained in:
JeremyRand 2019-06-29 04:56:59 +00:00
parent 759c009e74
commit f687a9bbcf
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

View File

@ -2,6 +2,9 @@ language: go
go:
- "1.10.3"
- "1.10.x"
- "1.11.x"
- "1.12.5"
- "1.12.x"
- "1.x"
- "master"