mirror of
https://github.com/rclone/rclone.git
synced 2024-11-27 02:45:16 +01:00
14 lines
270 B
YAML
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 ./...)
|