rclone/.travis.yml
2014-06-26 18:23:54 +01:00

11 lines
84 B
YAML

language: go
go:
- 1.1.2
- 1.2.2
- 1.3
- tip
script:
- go test -v ./...