From 4b0a4104630bddd01a7a6c5aa8a70dc94642ab52 Mon Sep 17 00:00:00 2001 From: Ajitem Sahasrabuddhe Date: Sun, 4 Aug 2019 12:26:48 +0530 Subject: [PATCH] fix travis build --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad53098..33b8a1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ cache: before_script: - go get github.com/urfave/cli/flag-gen || true + - go get github.com/shurcooL/vfsgen || true + - go get github.com/shurcooL/httpfs/union || true - go get github.com/urfave/gfmrun/... || true - go get golang.org/x/tools/cmd/goimports - if [ ! -f node_modules/.bin/markdown-toc ] ; then @@ -21,7 +23,7 @@ before_script: fi script: - - go generate ./... + #- go generate ./... # to be uncommented after merge as we cannot compile the package which is not present in master - ./runtests vet - ./runtests test - ./runtests gfmrun