Add quotes to urls in .travis.yml.

This commit is contained in:
John-David Dalton
2013-11-02 23:35:56 -07:00
parent 7c8dc66ba1
commit 481970c763

View File

@@ -63,15 +63,15 @@ script:
- "[ $BUILD != false ] && cd ./test || true"
- "[ $SAUCELABS != false ] && true || [ $BUILD == false ] && true || $BIN $OPTION ./test.js ../dist/lodash.$BUILD.js"
- "[ $SAUCELABS != false ] && true || [ $BUILD == false ] && true || $BIN $OPTION ./test.js ../dist/lodash.$BUILD.min.js"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-compat-dev"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-compat-dev&compat=7"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-compat"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-compat&compat=7"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-modern-dev"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-modern"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-legacy-dev"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-legacy-dev&compat=7"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-legacy"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-legacy&compat=7"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-mobile-dev"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js ./test/index.html?build=lodash-mobile"
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-compat-dev\""
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-compat-dev&compat=7\""
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-compat\""
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-compat&compat=7\""
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-modern-dev\""
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-modern\""
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-legacy-dev\""
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-legacy-dev&compat=7\""
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-legacy\""
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-legacy&compat=7\""
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-mobile-dev\""
- "[ $SAUCELABS == false ] && true || node ./test/saucelabs.js \"test/index.html?build=lodash-mobile\""