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.
pull/99/head
JeremyRand 5 years ago
parent 759c009e74
commit f687a9bbcf
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -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"

Loading…
Cancel
Save