Turn modules off when installing go-bindata on travis

This commit is contained in:
Ken-Håvard Lieng 2020-04-20 02:07:12 +02:00
parent 00e40dc153
commit 01914f070d
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ matrix:
- go: tip - go: tip
install: install:
- go get github.com/jteeuwen/go-bindata/... - GO111MODULE=off go get github.com/jteeuwen/go-bindata/...
- cd client - cd client
- nvm install 12.4.0 - nvm install 12.4.0
- nvm use 12.4.0 - nvm use 12.4.0

View File

@ -62,7 +62,7 @@ This requires [Node.js](https://nodejs.org) and [yarn](https://yarnpkg.com).
Fetch the dependencies: Fetch the dependencies:
```bash ```bash
go get github.com/jteeuwen/go-bindata/... GO111MODULE=off go get github.com/jteeuwen/go-bindata/...
yarn global add gulp@next yarn global add gulp@next
cd $GOPATH/src/github.com/khlieng/dispatch/client cd $GOPATH/src/github.com/khlieng/dispatch/client
yarn yarn