mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 04:17:49 +00:00
Use npm config shorthand.
This commit is contained in:
@@ -33,8 +33,8 @@ notifications:
|
|||||||
on_failure: always
|
on_failure: always
|
||||||
before_install:
|
before_install:
|
||||||
- "nvm use $TRAVIS_NODE_VERSION"
|
- "nvm use $TRAVIS_NODE_VERSION"
|
||||||
- "npm config set loglevel error"
|
- "npm set loglevel error"
|
||||||
- "npm config set progress false"
|
- "npm set progress false"
|
||||||
- "npm i -g npm@\"^2.0.0\""
|
- "npm i -g npm@\"^2.0.0\""
|
||||||
- |
|
- |
|
||||||
PATTERN[0]="|\s*if\s*\(isHostObject\b[\s\S]+?\}(?=\n)|"
|
PATTERN[0]="|\s*if\s*\(isHostObject\b[\s\S]+?\}(?=\n)|"
|
||||||
|
|||||||
Reference in New Issue
Block a user