From 7a57698a245d14b8aabc764efe8f4b9dfc639192 Mon Sep 17 00:00:00 2001 From: Jarmo Isotalo Date: Mon, 26 Oct 2015 23:56:27 +0200 Subject: [PATCH] Add Travis badge for core integration branch --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index f456f083..4297fc99 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,7 @@ # Test My Code NetBeans plugin # +[![Build Status](https://travis-ci.org/testmycode/tmc-netbeans.svg?branch=core_integration)](https://travis-ci.org/testmycode/tmc-netbeans) + This is a NetBeans plugin for the [Test My Code server](https://github.com/testmycode/tmc-server). It allows downloading, testing and submitting exercises directly from the IDE. ## Developer setup ##