mirror of
https://github.com/rclone/rclone.git
synced 2025-01-22 14:19:56 +01:00
Add travis build file
This commit is contained in:
parent
cb7891f4ff
commit
fdcd6a3a4c
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.1.2
|
||||
- 1.2.2
|
||||
- 1.3
|
||||
- tip
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
Loading…
Reference in New Issue
Block a user