rclone/.travis.yml

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