sudo: false language: go go: - 1.6 - tip matrix: allow_failures: - go: tip branches: only: - master - travis-testing install: - make dev script: - make test testrace