mirror of
https://github.com/rclone/rclone
synced 2024-11-17 17:30:37 +01:00
20 lines
173 B
YAML
20 lines
173 B
YAML
language: go
|
|
sudo: false
|
|
osx_image: xcode7.3
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
go:
|
|
- 1.5.4
|
|
- 1.6.2
|
|
- tip
|
|
|
|
install:
|
|
- make build_dep
|
|
|
|
script:
|
|
- make check
|
|
- make quicktest
|