language: go go: - "1.x" - "1.8" - "1.10.x" - master install: - "curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh" - "dep ensure" build: - "go test -v ./*.go"