1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-08 19:43:58 +00:00
Files
rclone/.travis.yml
2015-09-16 12:26:28 +02:00

13 lines
139 B
YAML

language: go
sudo: false
go:
- 1.3.3
- 1.4.2
- 1.5
script:
- go get ./...
- go test -v ./...
- go test -cpu=2 -race -v ./...