From 22e45bfff4bce6bee925133fd83b19f248517afe Mon Sep 17 00:00:00 2001 From: "John Barton (joho)" Date: Wed, 22 Feb 2017 08:27:57 +1100 Subject: [PATCH] Switch build badge over to travis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05c47e6..dada8e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GoDotEnv [![wercker status](https://app.wercker.com/status/507594c2ec7e60f19403a568dfea0f78 "wercker status")](https://app.wercker.com/project/bykey/507594c2ec7e60f19403a568dfea0f78) +# GoDotEnv [![Build Status](https://travis-ci.org/joho/godotenv.svg?branch=master)](https://travis-ci.org/joho/godotenv) A Go (golang) port of the Ruby dotenv project (which loads env vars from a .env file)