language: go go: - 1.8.x before_install: - go get github.com/tools/godep script: sh -c 'cd src/; godep restore; cd ..; make linux'