This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/vendor/github.com/ethantkoenig/rupture/.travis.yml

15 lines
177 B
YAML

language: go
go:
- "1.10.x"
- "1.11.x"
before_script:
- go get -u github.com/golang/lint/golint
script:
- go vet
- golint -set_exit_status
- go build
- go test