summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2019-03-19 01:16:29 +0100
committerNadrieril2019-03-19 01:16:29 +0100
commit9f8622ae6163bdea83604bafdfc3ee4e70b0bcde (patch)
tree50c684ddb2f8fe9caca955e5acaa4bf553b40dfd /README.md
parent22ca5ac7372eb5bdc025e0b4a116671921b94a8e (diff)
Add CI badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff1fc5a..296cad5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# `dhall-rust`
+[![Build Status](https://travis-ci.org/Nadrieril/dhall-rust.svg?branch=master)](https://travis-ci.org/Nadrieril/dhall-rust)
+[![codecov](https://codecov.io/gh/Nadrieril/dhall-rust/branch/master/graph/badge.svg)](https://codecov.io/gh/Nadrieril/dhall-rust)
+
This is a WIP implementation in Rust of the [dhall](https://dhall-lang.org) configuration format/programming language.
This language is defined by a [standard](https://github.com/dhall-lang/dhall-lang), and this implementation tries its best to respect it.