language: go
go:
- 1.10.x
before_install:
- source scripts/travis-deps.sh
install:
- make build-dev-deps
script:
- make test