Turn modules off when installing go-bindata on travis
This commit is contained in:
parent
00e40dc153
commit
01914f070d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user