mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
13 lines
139 B
YAML
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 ./...
|