File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ language : go
2
+
3
+ go :
4
+ - 1.8.x
5
+ - 1.9.x
6
+ - 1.10.x
7
+ - tip
8
+
9
+ matrix :
10
+ allow_failures :
11
+ - go : tip
12
+ fast_finish : true
13
+
14
+ before_install :
15
+ - go get -t -d -v ./... && go build -v ./...
16
+
17
+ script :
18
+ - go test -v -race ./...
Original file line number Diff line number Diff line change 1
1
# graphql-go
2
2
3
3
[ ![ Sourcegraph] ( https://sourcegraph.com/github.com/qdentity/graphql-go/-/badge.svg )] ( https://sourcegraph.com/github.com/qdentity/graphql-go?badge )
4
- [ ![ Build Status] ( https://semaphoreci.com/api/v1/graph-gophers/ graphql-go/branches/master/badge .svg )] ( https://semaphoreci.com/graph-gophers /graphql-go )
4
+ [ ![ Build Status] ( https://travis-ci.org/qdentity/ graphql-go.svg?branch=master )] ( https://travis-ci.org/qdentity /graphql-go )
5
5
[ ![ GoDoc] ( https://godoc.org/github.com/qdentity/graphql-go?status.svg )] ( https://godoc.org/github.com/qdentity/graphql-go )
6
6
7
7
## Status
You can’t perform that action at this time.
0 commit comments