mirror of
https://github.com/rclone/rclone
synced 2024-11-14 13:36:24 +01:00
bbccf4acd5
Remove tip for the moment
22 lines
182 B
YAML
22 lines
182 B
YAML
language: go
|
|
sudo: false
|
|
osx_image: xcode7.3
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
go:
|
|
- 1.5.4
|
|
- 1.6.3
|
|
- 1.7
|
|
|
|
# - tip
|
|
|
|
install:
|
|
- make build_dep
|
|
|
|
script:
|
|
- make check
|
|
- make quicktest
|