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
|
- 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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user