From 2dfee1b9cc9f0d2f1c3b4a82f5b1549a18429314 Mon Sep 17 00:00:00 2001 From: Sam Thorogood Date: Fri, 6 Mar 2020 16:08:35 +1100 Subject: [PATCH] Add link to build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45165d7..c0ab35a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +[![Build](https://api.travis-ci.org/samthor/fast-text-encoding.svg?branch=master)](https://travis-ci.org/samthor/fast-text-encoding) This is a fast polyfill for [`TextEncoder`][1] and [`TextDecoder`][2], which let you encode and decode JavaScript strings into UTF-8 bytes.