From 59ee54aaef2ece3d42766e6d522ff93783d4440d Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Tue, 20 Feb 2018 17:28:46 -0500 Subject: [PATCH] feat(doc): add travis status to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eba8f80..616a3a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 📦✨ wasm-pack > pack up the wasm and publish it to npm! +[![Build Status](https://travis-ci.org/ashleygwilliams/wasm-pack.svg?branch=master)](https://travis-ci.org/ashleygwilliams/wasm-pack) + the goal of this project is to create a portable command line tool for publishing compiled wasm projects to the npm registry for the consumption of js devs using the npm CLI, yarn, or any other CLI tool that interfaces