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
install:
- go get github.com/jteeuwen/go-bindata/...
- GO111MODULE=off go get github.com/jteeuwen/go-bindata/...
- cd client
- nvm install 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:
```bash
go get github.com/jteeuwen/go-bindata/...
GO111MODULE=off go get github.com/jteeuwen/go-bindata/...
yarn global add gulp@next
cd $GOPATH/src/github.com/khlieng/dispatch/client
yarn