mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Remove node 0.6 fix from travis.yml as travis-ci now does it for us.
This commit is contained in:
@@ -54,7 +54,6 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
before_install:
|
before_install:
|
||||||
- "[ $TRAVIS_NODE_VERSION != '0.6' ] || npm config set ca \"\""
|
|
||||||
- "([ $BUILD == 'compat' ] || [ $BUILD == 'legacy' ]) && COMPAT=true || true"
|
- "([ $BUILD == 'compat' ] || [ $BUILD == 'legacy' ]) && COMPAT=true || true"
|
||||||
- "[ $SAUCE_LABS == false ] || npm i ecstatic@\"~0.4.0\" request@\"~2.33.0\" sauce-tunnel@\"~1.1.0\""
|
- "[ $SAUCE_LABS == false ] || npm i ecstatic@\"~0.4.0\" request@\"~2.33.0\" sauce-tunnel@\"~1.1.0\""
|
||||||
- "[ $ISTANBUL == false ] || (npm i -g coveralls@\"~2.6.0\" && npm i istanbul@\"~0.2.0\")"
|
- "[ $ISTANBUL == false ] || (npm i -g coveralls@\"~2.6.0\" && npm i istanbul@\"~0.2.0\")"
|
||||||
|
|||||||
Reference in New Issue
Block a user