Skip to content

Commit 4c72404

Browse files
committed
chore: move to circleci
1 parent c24d77e commit 4c72404

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node
6+
steps:
7+
- checkout
8+
- run: sudo npm install -g yarn [email protected]
9+
- run: yarn install
10+
- run: yarn test
11+
- run: semantic-release

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# graphql-cli-voyager
22

3+
[![CircleCI](https://circleci.com/gh/graphql-cli/graphql-cli-voyager.svg?style=shield)](https://circleci.com/gh/graphql-cli/graphql-cli-voyager) [![npm version](https://badge.fury.io/js/graphql-cli-voyager.svg)](https://badge.fury.io/js/graphql-cli-voyager)
4+
5+
36
GraphQL Voyager plugin for [`graphql-cli`](https://github.com/graphcool/graphql-cli)
47

58
## Installation

0 commit comments

Comments
 (0)