mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
Remove support for go 1.2 now that go 1.5 is out
This commit is contained in:
parent
0168f55f3e
commit
f72575e75f
@ -2,10 +2,9 @@ language: go
|
||||
sudo: false
|
||||
|
||||
go:
|
||||
- 1.2.2
|
||||
- 1.3.3
|
||||
- 1.4
|
||||
- tip
|
||||
- 1.4.2
|
||||
- 1.5
|
||||
|
||||
script:
|
||||
- go get ./...
|
||||
|
Loading…
Reference in New Issue
Block a user