sudo: required dist: trusty services: - docker language: go go: - 1.5.3 - tip env: - TRAVIS_RUN=true matrix: allow_failures: - go: tip branches: only: - master install: - make bootstrap script: - make test