Fix up release process (#82)

* remove godeps

* remove dist for now

* add colortext

* godeps

* vendor

* remove unneeded fixture

* fix vendor

* switch to circle

* dont run example during tests

* no circle.yml

* circle release

* fix equinox download

* equinox release

* fix shell

* fix shell

* fix shell

* fix shell

* release from circle-release to test

* release from circle-release

* release from circle-release

* download key

* remove update for now

* back to var for key

* and back to url

* clean up makefile

* date versions

* badge

* only master branch releases
This commit is contained in:
David Dollar
2016-04-13 14:29:46 -07:00
parent 7d31007cd6
commit c19b25f6e5
46 changed files with 88 additions and 2630 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
package main
import (
"github.com/ddollar/forego/Godeps/_workspace/src/github.com/subosito/gotenv"
"os"
"github.com/subosito/gotenv"
)
type Config map[string]string