sudo: false language: go go: - 1.5.2 - tip matrix: allow_failures: - go: tip branches: only: - master install: - make bootstrap script: - make test