Skip to content

Commit 910c80f

Browse files
committed
Add travis ci
1 parent 1396512 commit 910c80f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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 ./...

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# graphql-go
22

33
[![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)
55
[![GoDoc](https://godoc.org/github.com/qdentity/graphql-go?status.svg)](https://godoc.org/github.com/qdentity/graphql-go)
66

77
## Status

0 commit comments

Comments
 (0)