Skip to content

Commit 9a90a23

Browse files
sbc100kripken
authored andcommitted
Add status badges for travis and circle-ci (#6537)
1 parent 2ce6c36 commit 9a90a23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
![emscripten logo](media/switch_logo.png)
22

3+
[![Build Status](https://travis-ci.org/kripken/emscripten.svg?branch=incoming)](https://travis-ci.org/kripken/emscripten)
4+
[![CircleCI](https://circleci.com/gh/kripken/emscripten.svg?style=svg)](https://circleci.com/gh/kripken/emscripten)
5+
36
Emscripten is an [LLVM](https://en.wikipedia.org/wiki/LLVM)-to-JavaScript compiler. It takes LLVM bitcode - which can be generated
47
from C/C++, using `llvm-gcc` (DragonEgg) or `clang`, or any other language that can be
58
converted into LLVM - and compiles that into JavaScript, which can be run on the web (or

0 commit comments

Comments
 (0)