Add CI badge for windows from Appveyor.

pull/7/head
John Barton (joho) 2014-07-14 20:10:23 +10:00
parent 8350eb932e
commit aab3ea4ba6
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ A Go (golang) port of the Ruby dotenv project (which loads env vars from a .env
From the original Library:
> Storing configuration in the environment is one of the tenets of a twelve-factor app. Anything that is likely to change between deployment environmentssuch as resource handles for databases or credentials for external servicesshould be extracted from the code into environment variables.
>
>
> But it is not always practical to set environment variables on development machines or continuous integration servers where multiple projects are run. Dotenv load variables from a .env file into ENV when the environment is bootstrapped.
## Installation
@ -101,7 +101,7 @@ Contributions are most welcome! The parser itself is pretty stupidly naive and I
## CI
[![wercker status](https://app.wercker.com/status/507594c2ec7e60f19403a568dfea0f78/m "wercker status")](https://app.wercker.com/project/bykey/507594c2ec7e60f19403a568dfea0f78)
Linux: [![wercker status](https://app.wercker.com/status/507594c2ec7e60f19403a568dfea0f78/m "wercker status")](https://app.wercker.com/project/bykey/507594c2ec7e60f19403a568dfea0f78) Windows: [![Build status](https://ci.appveyor.com/api/projects/status/9v40vnfvvgde64u4)](https://ci.appveyor.com/project/joho/godotenv)
## Who?