language: go go: - 1.8.x - master install: - go get -u github.com/golang/dep/cmd/dep - dep ensure script: - go build - go test -v ./