mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Avoid logging npm warnings to travis.
This commit is contained in:
@@ -35,6 +35,7 @@ branches:
|
|||||||
- master
|
- master
|
||||||
before_install:
|
before_install:
|
||||||
- "nvm use $TRAVIS_NODE_VERSION"
|
- "nvm use $TRAVIS_NODE_VERSION"
|
||||||
|
- "npm config set loglevel error"
|
||||||
- "npm i -g npm@\"$NPM_VERSION\""
|
- "npm i -g npm@\"$NPM_VERSION\""
|
||||||
- "[ $SAUCE_LABS == false ] || npm i chalk@\"0.5.1\" ecstatic@\"0.5.4\" request@\"^2.0.0\" sauce-tunnel@\"^2.0.0\""
|
- "[ $SAUCE_LABS == false ] || npm i chalk@\"0.5.1\" ecstatic@\"0.5.4\" request@\"^2.0.0\" sauce-tunnel@\"^2.0.0\""
|
||||||
- "[ $ISTANBUL == false ] || (npm i -g coveralls@\"^2.0.0\" && npm i istanbul@\"0.3.2\")"
|
- "[ $ISTANBUL == false ] || (npm i -g coveralls@\"^2.0.0\" && npm i istanbul@\"0.3.2\")"
|
||||||
|
|||||||
Reference in New Issue
Block a user