-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expand IE matrix #2344
Comments
Actually I think it would be better to split the execution of the saucelabs test up so they are separate on Travis. I'll make that change and update the PR. |
Fixes mochajs#2344. This moves the selection of the browsers to test to the travis build script. The number of concurrent travis jobs should be limited to 5 (Saucelabs limit). This also removes the S3 env variable which does nothing
If they are separate, how can we guarantee we don't run over the concurrency limit? |
If set the concurrency limit of travis to 5 … https://blog.travis-ci.com/2014-07-18-per-repository-concurrency-setting/ |
But it's actually breaking for other reasons, I've just started the build again, let's see: https://travis-ci.org/coderbyheart/mocha |
Fixes mochajs#2344. This moves the selection of the browsers to test to the travis build script. The number of concurrent travis jobs should be limited to 5 (Saucelabs limit). This also removes the S3 env variable which does nothing This uses a fork of karma-sauce-launcher, which contains upated dependencies, in order to support retries: karma-runner/karma-sauce-launcher#114
Fixes mochajs#2344. This moves the selection of the browsers to test to the travis build script. The number of concurrent travis jobs should be limited to 5 (Saucelabs limit). This also removes the S3 env variable which does nothing This uses a fork of karma-sauce-launcher, which contains upated dependencies, in order to support retries: karma-runner/karma-sauce-launcher#114
Fixes mochajs#2344. This moves the selection of the browsers to test to the travis build script. The number of concurrent travis jobs should be limited to 5 (Saucelabs limit). This also removes the S3 env variable which does nothing This uses a fork of karma-sauce-launcher, which contains upated dependencies, in order to support retries: karma-runner/karma-sauce-launcher#114
Fixes mochajs#2344. This moves the selection of the browsers to test to the travis build script. The number of concurrent travis jobs should be limited to 5 (Saucelabs limit). This also removes the S3 env variable which does nothing This uses a fork of karma-sauce-launcher, which contains upated dependencies, in order to support retries: karma-runner/karma-sauce-launcher#114
saucelabs should test ie9, ie10, ie11
The text was updated successfully, but these errors were encountered: