diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..df65350 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: go + +go: + - 1.8 + +os: + - linux + - osx diff --git a/README.md b/README.md index 05c47e6..aa6442b 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) [![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) diff --git a/wercker.yml b/wercker.yml deleted file mode 100644 index c716ac9..0000000 --- a/wercker.yml +++ /dev/null @@ -1 +0,0 @@ -box: pjvds/golang