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
|
||||
|
||||
go:
|
||||
- 1.2.2
|
||||
- 1.3.3
|
||||
- 1.4
|
||||
- tip
|
||||
- 1.4.2
|
||||
- 1.5
|
||||
|
||||
script:
|
||||
- go get ./...
|
||||
|
|
Loading…
Reference in a new issue