1
mirror of https://github.com/rclone/rclone synced 2024-10-01 07:24:48 +02:00
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 ./...