rclone/vendor/github.com/jlaffaye/ftp/.travis.yml
2019-04-15 20:12:56 +01:00

14 lines
270 B
YAML

language: go
sudo: required
dist: xenial
go:
- 1.10.x
- 1.11.x
before_install:
- sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
- go get github.com/mattn/goveralls
- go get github.com/golang/lint/golint
script:
- goveralls -v
- golint -set_exit_status $(go list ./...)