We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172b515 commit 585019fCopy full SHA for 585019f
.travis.yml
@@ -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
@@ -4,6 +4,8 @@ This is a technical preview of the JavaScript reference implementation for
GraphQL, a query language created by Facebook for describing data requirements
on complex application data models.
+[](https://travis-ci.org/graphql/graphql-js)
## Technical Preview Contents
This technical preview contains a [draft specification for GraphQL]
0 commit comments