sudo: required
dist: trusty
services:
- docker
language: go
go:
- 1.6
matrix:
allow_failures:
- go: tip
branches:
only:
- master
install:
- make travis
- make bootstrap
script:
- make test