mirror of
https://github.com/coredns/coredns.git
synced 2025-12-09 03:45:11 -05:00
go 1.10: update travis and gofmt (#1541)
* go 1.10: update travis and gofmt fmt now complains about on file tls_test.go, fix that. Also remove gofmt, as goimports also checks, so this was done twice. Put go 1.9 and 1.10 in travis for the time being. * goimports optional
This commit is contained in:
@@ -7,7 +7,8 @@ services:
|
||||
|
||||
language: go
|
||||
go:
|
||||
- 1.9
|
||||
- "1.9"
|
||||
- "1.10"
|
||||
|
||||
go_import_path: github.com/coredns/coredns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user