From 772f8ca52fcb9f17b4e61331d34c3cfa79b62e9a Mon Sep 17 00:00:00 2001 From: Mats Rydberg Date: Mon, 25 Feb 2019 13:42:56 +0100 Subject: [PATCH] Hide broken build badge The build is broken because the S3 credentials are obsolete, so snapshots can not be uploaded --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e5744ed674..909b6484f5 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,8 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc] = The Cypher Property Graph Query Language -image:https://travis-ci.org/opencypher/openCypher.svg?branch=master["Build Status", link="https://travis-ci.org/opencypher/openCypher"] +// TODO: add this back once we've fixed the s3 auth issue that hinders Travis from uploading snapshot artifacts +// image:https://travis-ci.org/opencypher/openCypher.svg?branch=master["Build Status", link="https://travis-ci.org/opencypher/openCypher"] This repository holds the specification of Cypher, a declarative property graph query language. Its purpose is to be central to the process of evolving the specification and standardisation of Cypher as a graph query language.