Move saucelabs test config into /test

This commit is contained in:
pimterry
2013-10-27 23:38:50 +00:00
committed by Tim Perry
parent 123455a5bb
commit 0b3a7e2f0f
2 changed files with 3 additions and 2 deletions

View File

@@ -64,4 +64,4 @@ script:
- "[ $BUILD != false ] && cd ./test || true"
- "[ $BUILD == false ] && true || $BIN $OPTION ./test.js ../dist/lodash.$BUILD.js"
- "[ $BUILD == false ] && true || $BIN $OPTION ./test.js ../dist/lodash.$BUILD.min.js"
- "[ $SAUCELABS == false ] && true || node ./saucelabs.js"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js"