language: go sudo: false addons: postgresql: "9.3" go: - 1.4.2 - 1.5.2 install: - make setup script: - make build - make test