From 7e838a0e54f6e4397deeadd42c59b46cdf5a0b1c Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Sat, 26 Jul 2014 20:51:11 +0200 Subject: [PATCH] Added travis badge(finally it works!) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d149de..6c08a87 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Virtual Machines ---------------- +[![Build Status](https://travis-ci.org/hellerve/Virtual-Machines.png?branch=master)](https://travis-ci.org/hellerve/Virtual-Machines) + Just a bunch of immature interpreters. One interprets brainfuck code(nbfi - naive brainfuck interpreter), the other uses an assembler-like dsl(but has no parser until now, so you will have to write code within the original