From 4c6bc7c516de9380e843f9c8b8a9d18286b7457d Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Mon, 10 Sep 2018 22:04:58 +0100 Subject: [PATCH] adding badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 46b8288f81..ef094990c8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ ### Boa +This is an experimental Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language. +[![Build Status](https://travis-ci.com/jasonwilliams/boa.svg?branch=master)](https://travis-ci.com/jasonwilliams/boa) +[![](http://meritbadge.herokuapp.com/boa)](https://crates.io/crates/boa) #### Currently a fork/port of js.rs \ No newline at end of file