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