Skip to content

Commit 13344d0

Browse files
committed
Use travic-ci.com in Readme [ci skip]
1 parent 5a6ce9e commit 13344d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GraphqlDevise
2-
[![Build Status](https://travis-ci.org/graphql-devise/graphql_devise.svg?branch=master)](https://travis-ci.org/graphql-devise/graphql_devise)
2+
[![Build Status](https://travis-ci.com/graphql-devise/graphql_devise.svg?branch=master)](https://travis-ci.com/graphql-devise/graphql_devise)
33
[![Coverage Status](https://coveralls.io/repos/github/graphql-devise/graphql_devise/badge.svg?branch=master)](https://coveralls.io/github/graphql-devise/graphql_devise?branch=master)
44
[![Gem Version](https://badge.fury.io/rb/graphql_devise.svg)](https://badge.fury.io/rb/graphql_devise)
55

@@ -108,7 +108,7 @@ and `api/auth` could be any mount path you would like to use for auth.
108108
- Avoid passing the `--mount` option or the gem will try to use an existing schema.
109109

110110
#### Mounting Operations in Your Own Schema (> v0.12.0)
111-
To configure the gem to use your own GQL schema use the `--mount` option.
111+
To configure the gem to use your own GQL schema use the `--mount` option.
112112
For instance the executing:
113113

114114
```bash

0 commit comments

Comments
 (0)