Skip to content

Commit 5d28c3f

Browse files
authored
Merge pull request graphql-go#168 from Tonkpils/travis
Add 1.7 and tip to build matrix for Go
2 parents cd47e54 + 9e17964 commit 5d28c3f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: go
22

33
go:
44
- 1.4
5+
- 1.7
6+
- tip
57

68
before_install:
79
- go get github.com/axw/gocov/gocov

definition.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ type IsTypeOfFn func(p IsTypeOfParams) bool
389389
type InterfacesThunk func() []*Interface
390390

391391
type ObjectConfig struct {
392-
Name string `json:"description"`
392+
Name string `json:"name"`
393393
Interfaces interface{} `json:"interfaces"`
394394
Fields interface{} `json:"fields"`
395395
IsTypeOf IsTypeOfFn `json:"isTypeOf"`

0 commit comments

Comments
 (0)