forked from TrueCloudLab/rclone
Remove support for go 1.2 now that go 1.5 is out
This commit is contained in:
parent
0168f55f3e
commit
f72575e75f
1 changed files with 2 additions and 3 deletions
|
@ -2,10 +2,9 @@ language: go
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.2.2
|
|
||||||
- 1.3.3
|
- 1.3.3
|
||||||
- 1.4
|
- 1.4.2
|
||||||
- tip
|
- 1.5
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go get ./...
|
- go get ./...
|
||||||
|
|
Loading…
Reference in a new issue