language: go go: - 1.13.x - master dist: bionic # ubuntu 18.04 script: - make init - make build-linux - ls bin - make travis-linux