From 75ac7ffb67e2c68ddbba5a7e300cea4967f73ee6 Mon Sep 17 00:00:00 2001 From: Diogo Nunes Date: Mon, 9 Sep 2019 19:09:00 +0100 Subject: [PATCH] add travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fee060c..4c8227a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Cucumber (Gherkin) Syntax and Snippets +[![Build Status](https://travis-ci.org/euclidity/vscode-cucumber.svg?branch=master)](https://travis-ci.org/euclidity/vscode-cucumber) + A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/items?itemName=stevejpurves.cucumber) for [Cucumber](https://cucumber.io/) projects that: - enables syntax highlight for `.feature` files;