language: go go: - 1.5.x - 1.6.x - 1.7.x - 1.8.x go_import_path: github.com/DATA-DOG/godog install: go install github.com/DATA-DOG/godog/cmd/godog script: - go vet ./... - test -z "$(go fmt ./...)" # fail if not formatted properly - go test -v -race -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash)