Only support supported Go versions
As described on https://github.com/golang/go/wiki/Go-Release-Cycle The maintainers do not test compatibility for libraries (e.g. in golang.org/x/tools) on older versions.
This commit is contained in:
parent
572dc46db5
commit
1bf0bb96b7
@ -7,12 +7,9 @@ cache:
|
|||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.2.x
|
|
||||||
- 1.3.x
|
|
||||||
- 1.4.2
|
|
||||||
- 1.5.x
|
|
||||||
- 1.6.x
|
- 1.6.x
|
||||||
- 1.7.x
|
- 1.7.x
|
||||||
|
- 1.8.x
|
||||||
- master
|
- master
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
@ -23,6 +20,8 @@ matrix:
|
|||||||
os: osx
|
os: osx
|
||||||
- go: 1.7.x
|
- go: 1.7.x
|
||||||
os: osx
|
os: osx
|
||||||
|
- go: 1.8.x
|
||||||
|
os: osx
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- go get github.com/urfave/gfmrun/... || true
|
- go get github.com/urfave/gfmrun/... || true
|
||||||
|
Loading…
Reference in New Issue
Block a user