1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
rclone/.travis.yml
Nick Craig-Wood bbccf4acd5 Update go versions
Remove tip for the moment
2016-08-20 14:14:48 +01:00

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