Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit846e434

Browse files
committed
Temporarily use a custom fork oflodash-cli.
1 parent5d046f3 commit846e434

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.travis.yml‎

Lines changed: 4 additions & 4 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp