mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Revert "Correct Go release version in Travis config (1.5.2)"
This reverts commit 1e1d5137bf
.
There is no 1.5.2 ... No idea where I got that impression!?
This commit is contained in:
parent
6efbf0b624
commit
f06ae19d96
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.3.3
|
- 1.3.3
|
||||||
- 1.4.2
|
- 1.4.2
|
||||||
- 1.5.2
|
- 1.5.1
|
||||||
- tip
|
- tip
|
||||||
script:
|
script:
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
|
Loading…
Reference in a new issue