Pin testing on go 1.4.2
since 1.4.3 is lacking `vet`
This commit is contained in:
parent
71a99921b4
commit
76fb6d2ab7
@ -9,7 +9,7 @@ cache:
|
||||
go:
|
||||
- 1.2.x
|
||||
- 1.3.x
|
||||
- 1.4.x
|
||||
- 1.4.2
|
||||
- 1.5.x
|
||||
- 1.6.x
|
||||
- master
|
||||
@ -23,7 +23,7 @@ matrix:
|
||||
|
||||
before_script:
|
||||
- go get github.com/urfave/gfmrun/...
|
||||
- go get golang.org/x/tools/cmd/goimports || true
|
||||
- go get golang.org/x/tools/... || true
|
||||
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
|
||||
npm install markdown-toc ;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user