From 0a959c8d8f3b513915e8776a590170dd6573f828 Mon Sep 17 00:00:00 2001 From: "John Barton (joho)" Date: Wed, 22 Feb 2017 08:43:40 +1100 Subject: [PATCH] Add a badge for the windows build too. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dada8e8..aa6442b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GoDotEnv [![Build Status](https://travis-ci.org/joho/godotenv.svg?branch=master)](https://travis-ci.org/joho/godotenv) +# GoDotEnv [![Build Status](https://travis-ci.org/joho/godotenv.svg?branch=master)](https://travis-ci.org/joho/godotenv) [![Build status](https://ci.appveyor.com/api/projects/status/9v40vnfvvgde64u4?svg=true)](https://ci.appveyor.com/project/joho/godotenv) A Go (golang) port of the Ruby dotenv project (which loads env vars from a .env file)