Ignore failed goimports installs
since we only use it with go versions >= 1.5 anyway
This commit is contained in:
parent
11c134509d
commit
8d4b6abc2b
@ -23,7 +23,7 @@ matrix:
|
||||
|
||||
before_script:
|
||||
- go get github.com/urfave/gfmrun/...
|
||||
- go get golang.org/x/tools/cmd/goimports
|
||||
- go get golang.org/x/tools/cmd/goimports || true
|
||||
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
|
||||
npm install markdown-toc ;
|
||||
fi
|
||||
|
@ -10,7 +10,6 @@ environment:
|
||||
PYTHON: C:\Python27-x64
|
||||
PYTHON_VERSION: 2.7.x
|
||||
PYTHON_ARCH: 64
|
||||
GFMXR_DEBUG: 1
|
||||
|
||||
install:
|
||||
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
|
||||
|
Loading…
Reference in New Issue
Block a user