language: go go: - "1.10.x" - master install: make install script: make build && make test.all