rclone/vendor/github.com/jlaffaye/ftp/.travis.yml

15 lines
276 B
YAML
Raw Normal View History

language: go
sudo: required
2019-04-13 20:47:57 +08:00
dist: xenial
go:
- 1.11.x
2019-11-11 23:04:53 +08:00
- 1.12.x
- 1.13.x
before_install:
- sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
- go get github.com/mattn/goveralls
2019-11-11 23:04:53 +08:00
- go get golang.org/x/lint/golint
script:
- goveralls -v
- golint -set_exit_status $(go list ./...)