From 9b455973920e16063d81d7a791933557544a0a38 Mon Sep 17 00:00:00 2001 From: Pranay Agarwal Date: Tue, 19 May 2020 11:49:34 -0700 Subject: [PATCH] Remove build badge from README till this project moves to Github Actions --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 556ceae..d0249fd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Hack for Visual Studio Code -[![Build Status](https://travis-ci.org/slackhq/vscode-hack.svg?branch=master)](https://travis-ci.org/slackhq/vscode-hack) - This extension adds rich Hack language & HHVM support to Visual Studio Code. Visit [http://hacklang.org](http://hacklang.org) to get started with Hack. It is published in the Visual Studio Marketplace [here](https://marketplace.visualstudio.com/items?itemName=pranayagarwal.vscode-hack). To install, search for "Hack" in the VS Code extensions tab or run the following command (⌘+P): `ext install vscode-hack`.