You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 294B

123456789101112
  1. sudo: false
  2. language: go
  3. go:
  4. - "1.13.x"
  5. script:
  6. - go test -v ./...
  7. - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.22.2
  8. - ./bin/golangci-lint run
  9. - git clean -fdx .
  10. after_success:
  11. curl -sL https://git.io/goreleaser | bash && goreleaser