Add travis support

This commit is contained in:
Danny Navarro
2015-09-16 10:48:25 +02:00
parent f88948e801
commit b3482172a6
3 changed files with 81 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Haskell GraphQL
[![Hackage Version](https://img.shields.io/hackage/v/graphql.svg)](https://hackage.haskell.org/package/graphql)
[![Build Status](https://img.shields.io/travis/jdnavarro/graphql-haskell.svg)](https://travis-ci.org/jdnavarro/graphql-haskell)
For now this only provides the data types to represent the GraphQL AST,
but the idea is to be a Haskell port of