Pin testing on go 1.4.2

since 1.4.3 is lacking `vet`
main
Dan Buch 8 years ago
parent 71a99921b4
commit 76fb6d2ab7
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -9,7 +9,7 @@ cache:
go: go:
- 1.2.x - 1.2.x
- 1.3.x - 1.3.x
- 1.4.x - 1.4.2
- 1.5.x - 1.5.x
- 1.6.x - 1.6.x
- master - master
@ -23,7 +23,7 @@ matrix:
before_script: before_script:
- go get github.com/urfave/gfmrun/... - 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 - if [ ! -f node_modules/.bin/markdown-toc ] ; then
npm install markdown-toc ; npm install markdown-toc ;
fi fi

Loading…
Cancel
Save