From 31effd4f421bdcaa230626fa47d945e1293fcdf2 Mon Sep 17 00:00:00 2001 From: Jonathan Zhu <3010705+JonathanZhu11@users.noreply.github.com> Date: Tue, 30 Oct 2018 10:02:48 -0700 Subject: [PATCH] Add a build badge from Travis --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eb4ae10..5aeb43b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # sqlmlutils +[![Build Status](https://travis-ci.com/Microsoft/sqlmlutils.svg?branch=master)](https://travis-ci.com/Microsoft/sqlmlutils) + sqlmlutils is a package designed to help users interact with SQL Server and execute R or Python code from an R/Python client. + # Installation To install sqlmlutils from this repository, run the following commands from the root folder: