Compare commits

...

4 Commits

Author SHA1 Message Date
John Barton (joho) 0a959c8d8f Add a badge for the windows build too. 2017-02-22 08:43:40 +11:00
John Barton (joho) bcaccd4f68 Apparently this file is meant to be hidden? 2017-02-22 08:29:43 +11:00
John Barton (joho) 22e45bfff4 Switch build badge over to travis 2017-02-22 08:27:57 +11:00
John Barton (joho) 2fc79dff51 Replace wercker.yml with travis.yml 2017-02-22 08:23:25 +11:00
3 changed files with 9 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
language: go
go:
- 1.8
os:
- linux
- osx
+1 -1
View File
@@ -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) [![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)
-1
View File
@@ -1 +0,0 @@
box: pjvds/golang