travis: add 1.10.x version

This commit is contained in:
nadoo 2018-03-25 10:37:53 +08:00
parent 6cf3070d7d
commit d7c12ab2ab
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
language: go language: go
go: go:
- 1.9 - "1.9.x"
- tip - "1.10.x"
- master

View File

@ -9,7 +9,7 @@ import (
) )
// VERSION . // VERSION .
const VERSION = "0.5.1" const VERSION = "0.5.2"
func dialerFromConf() Dialer { func dialerFromConf() Dialer {
// global forwarders in xx.conf // global forwarders in xx.conf