diff --git a/.travis.yml b/.travis.yml index 2d0afb5e0..93ae45f4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,9 +71,9 @@ script: - "([ $SAUCE_LABS != false ] || [ $BUILD == false ]) && true || $BIN $OPTION ./test.js ../dist/lodash.$BUILD.js" - "([ $SAUCE_LABS != false ] || [ $BUILD == false ]) && true || $BIN $OPTION ./test.js ../dist/lodash.$BUILD.min.js" - "([ $SAUCE_LABS == false ] || [ $BUILD == 'underscore' ]) && true || node ./test/saucelabs.js runner=\"test/index.html?build=lodash-$BUILD\" tags=\"$BUILD,production\"" - - "([ $SAUCE_LABS == false ] || [ $COMPAT == false ]) && true || node ./test/saucelabs.js runner=\"test/index.html?build=lodash-$BUILD\" tags=\"$BUILD,production,ie-compat-mode\" compatMode=7" + - "([ $SAUCE_LABS == false ] || [ $COMPAT == false ]) && true || node ./test/saucelabs.js runner=\"test/index.html?build=lodash-$BUILD\" tags=\"$BUILD,production,ie-compat\" compatMode=7" - "([ $SAUCE_LABS == false ] || [ $BUILD == 'underscore' ]) && true || node ./test/saucelabs.js runner=\"test/index.html?build=../dist/lodash.$BUILD.js\" tags=\"$BUILD,development\"" - - "([ $SAUCE_LABS == false ] || [ $COMPAT == false ]) && true || node ./test/saucelabs.js runner=\"test/index.html?build=../dist/lodash.$BUILD.js\" tags=\"$BUILD,development,ie-compat-mode\" compatMode=7" + - "([ $SAUCE_LABS == false ] || [ $COMPAT == false ]) && true || node ./test/saucelabs.js runner=\"test/index.html?build=../dist/lodash.$BUILD.js\" tags=\"$BUILD,development,ie-compat\" compatMode=7" - "[ $SAUCE_LABS == false ] && true || node ./test/saucelabs.js name=\"backbone tests\" runner=\"test/backbone.html?build=lodash-$BUILD\" tags=\"$BUILD,production,backbone\"" - "[ $SAUCE_LABS == false ] && true || node ./test/saucelabs.js name=\"backbone tests\" runner=\"test/backbone.html?build=../dist/lodash.$BUILD.js\" tags=\"$BUILD,development,backbone\"" - "[ $SAUCE_LABS == false ] && true || node ./test/saucelabs.js name=\"underscore tests\" runner=\"test/underscore.html?build=lodash-$BUILD\" tags=\"$BUILD,production,underscore\"" diff --git a/test/saucelabs.js b/test/saucelabs.js index 915878639..9d3a6cc22 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -30,8 +30,8 @@ /** Used as request `auth` and `options` values */ var accessKey = env.SAUCE_ACCESS_KEY, - build = env.TRAVIS_COMMIT, - port = 8081, + build = env.TRAVIS_COMMIT.slice(0, 10), + port = 9001, tunnelId = 'lodash_' + env.TRAVIS_JOB_NUMBER, username = env.SAUCE_USERNAME; @@ -74,8 +74,8 @@ ['Windows 7', 'internet explorer', '8'], ['Windows XP', 'internet explorer', '7'], ['Windows XP', 'internet explorer', '6'], - //['Windows 7', 'opera', '12'], - //['Windows 7', 'opera', '11'], + ['Windows 7', 'opera', '12'], + ['Windows 7', 'opera', '11'], ['OS X 10.8', 'safari', '6'], ['Windows 7', 'safari', '5'], ['Windows XP', 'safari', '4']