dist: trusty
sudo: false
language: go
go:
- "1.10"
install:
- go get github.com/golang/dep/cmd/dep
script:
- make tools default
branches:
only:
- master
matrix:
fast_finish: true
allow_failures:
- go: tip