Skip to content

Commit 846e434

Browse files
committed
Temporarily use a custom fork of lodash-cli.
1 parent 5d046f3 commit 846e434

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ install:
8787
# Install packages.
8888
- yarn
8989

90-
# Use lodash-cli from GitHub.
91-
- git clone --depth=10 --branch=master git://github.com/lodash/lodash-cli ./node_modules/lodash-cli
92-
- mkdir -p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json
93-
- cd ../../; npm i --production; cd ../../
90+
# Use lodash-cli from GitHub. Temporarily use a fork.
91+
- git clone --depth=10 --branch=master git://github.com/bnjmnt4n/lodash-cli ./node_modules/lodash-cli
92+
- cd ./node_modules/lodash-cli/; npm i --production; cd ../../
93+
- mkdir -p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json; cd ../../../../
9494

9595
script:
9696
# Detect code coverage.

0 commit comments

Comments
 (0)