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