From 837d47a309a1f46652d575048a75c0a787af0c59 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 20 Feb 2016 22:10:47 -0800 Subject: [PATCH] Update lodash paths travis.yml, test/test.js, and test/index.html. --- .travis.yml | 2 +- test/index.html | 2 +- test/test.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b4e30f9d..cf36374a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ script: - "[ $SAUCE_LABS == true ] || [ $ISTANBUL == true ] || $BIN $OPTION ./test.js ../lodash.js" - "[ $SAUCE_LABS == true ] || [ $ISTANBUL == true ] || [ $TRAVIS_SECURE_ENV_VARS == false ] || $BIN $OPTION ./test.js ../dist/lodash.min.js" - "[ $SAUCE_LABS == false ] || rm -rf ./node_modules/lodash" - - "[ $SAUCE_LABS == false ] || ($BIN ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./node_modules/lodash && node ./node_modules/lodash-cli/bin/lodash -d -o ./node_modules/lodash/index.js)" + - "[ $SAUCE_LABS == false ] || ($BIN ./node_modules/lodash-cli/bin/lodash modularize exports=node -o ./node_modules/lodash && node ./node_modules/lodash-cli/bin/lodash -d -o ./node_modules/lodash/lodash.js)" - "[ $SAUCE_LABS == false ] || $BIN ./node_modules/lodash-cli/bin/lodash core -o ./dist/lodash.core.js" - "[ $SAUCE_LABS == false ] || npm run build" - "[ $SAUCE_LABS == false ] || $BIN ./test/saucelabs.js name=\"lodash tests\" runner=\"test/index.html?build=../dist/lodash.js&noglobals=true\" tags=\"development\"" diff --git a/test/index.html b/test/index.html index 8c416cc5a..df0d11759 100644 --- a/test/index.html +++ b/test/index.html @@ -22,7 +22,7 @@ }; } - + diff --git a/test/test.js b/test/test.js index d6a308a1f..01674141f 100644 --- a/test/test.js +++ b/test/test.js @@ -230,7 +230,7 @@ var lodashStable = root.lodashStable; if (!lodashStable) { try { - lodashStable = load('../node_modules/lodash/index.js'); + lodashStable = load('../node_modules/lodash/lodash.js'); } catch (e) { console.log('Error: The stable lodash dev dependency should be at least a version behind master branch.'); return;