aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2017-04-15 01:24:56 +0200
committerMaxime Dénès2017-04-15 01:24:56 +0200
commited09fccb6405fb832cab867919cc4b0be32dea36 (patch)
tree32a3c24bdf5ff1f9de6fc734e8585e78372e159a
parent144f032a416a0701f3183c156769f30e64362549 (diff)
parent2e186b08c2f94516e046b16d2f542cdadcf21815 (diff)
Merge PR#523: [readme] Add badges for Travis and Gitter.
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a41ee7cc07..867951b7a5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# Coq
+
+[![Coq 8.7~alpha](https://travis-ci.org/coq/coq.svg?branch=trunk)](https://travis-ci.org/coq/coq) [![Gitter](https://badges.gitter.im/coq/coq.svg)](https://gitter.im/coq/coq)
+
Coq is a formal proof management system. It provides a formal language to write
mathematical definitions, executable algorithms and theorems together with an
environment for semi-interactive development of machine-checked proofs.