bunnyshell.com/sdk@v0.16.0/.travis.yml (about) 1 language: go 2 3 install: 4 - go get -d -v . 5 6 script: 7 - go build -v ./ 8