Upgrade to Go1.6, use vendor

Also make sure we're using a more recent version of godep
This commit is contained in:
Edward Muller
2016-05-26 12:32:08 -07:00
parent 174a74023d
commit 5d2412bbb0
250 changed files with 6024 additions and 16143 deletions

View File

@@ -9,12 +9,15 @@ addons:
postgresql: "9.4"
go:
- 1.4.2
- 1.5.2
- 1.5.4
- 1.6.2
env:
- GO15VENDOREXPERIMENT=1
install:
- make setup
script:
- make build
- make test