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