language: go go: - "1.10" install: go get -t ./... script: - go test - go build ./example/...