From 79f155d6130f8ff3f123735b22436a1412f5998c Mon Sep 17 00:00:00 2001 From: Juan Cruz-Benito Date: Wed, 24 Oct 2018 16:28:11 +0200 Subject: [PATCH] Adding Travis badge to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8863837..6780b06 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Qiskit VSCode Extension +[![Build Status](https://www.travis-ci.org/Qiskit/qiskit-vscode.svg?branch=master)](https://www.travis-ci.org/Qiskit/qiskit-vscode) + > Simplifying Qiskit to make developing quantum circuits and applications faster. A Visual Studio Code extension with support for Qiskit and the OpenQASM language. It provides some useful commands to make easier launching jobs and visualizing results among others.