Remove go 1.4 from the build matrix
This commit is contained in:
parent
71b593a265
commit
0d4ee09ea5
|
@ -3,7 +3,6 @@ sudo: false
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.4.3
|
|
||||||
- 1.6
|
- 1.6
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -19,4 +18,4 @@ branches:
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: 1.4.3
|
||||||
|
|
Loading…
Reference in New Issue