mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 18:34:41 +01:00
15 lines
276 B
YAML
15 lines
276 B
YAML
language: go
|
|
sudo: required
|
|
dist: xenial
|
|
go:
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- 1.13.x
|
|
before_install:
|
|
- sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
|
|
- go get github.com/mattn/goveralls
|
|
- go get golang.org/x/lint/golint
|
|
script:
|
|
- goveralls -v
|
|
- golint -set_exit_status $(go list ./...)
|