language: go go: - 1.7 - 1.8 - 1.9 install: go get -v script: - cp ./config_sample.json ./config.json - go test -v ./...