Skip to content

Commit 585019f

Browse files
committed
Hook up travis-ci
1 parent 172b515 commit 585019f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
3+
node_js:
4+
- "iojs"
5+
- "0.12"
6+
- "0.10"
7+
- "0.8"
8+
9+
notifications:
10+
irc:
11+
use_notice: true
12+
on_success: change
13+
on_failure: change
14+
channels:
15+
- chat.freenode.net#graphql

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This is a technical preview of the JavaScript reference implementation for
44
GraphQL, a query language created by Facebook for describing data requirements
55
on complex application data models.
66

7+
[![Build Status](https://travis-ci.org/graphql/graphql-js.svg)](https://travis-ci.org/graphql/graphql-js)
8+
79
## Technical Preview Contents
810

911
This technical preview contains a [draft specification for GraphQL]

0 commit comments

Comments
 (0)