summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-07-04 06:17:11 +0200
committerEugen Wissner <belka@caraus.de>2019-07-04 06:32:04 +0200
commit2fa50d4f6290a39e492043eaeed8ede8e26ce62d (patch)
treec79e597c8269de0db1399710e3181d668b929ceb /README.md
parent6238b2fbfa6008fdf9bc6c85409fbd13e9b5e4e9 (diff)
downloadgraphql-2fa50d4f6290a39e492043eaeed8ede8e26ce62d.tar.gz
Update CI settings
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1e7b121..84daeb7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +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)
+[![Build Status](https://semaphoreci.com/api/v1/belka-ew/graphql/branches/master/badge.svg)](https://semaphoreci.com/belka-ew/graphql)
For now this only provides the data types to represent the GraphQL AST,
but the idea is to be a Haskell port of