Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 012a982

Browse files
committed
remove separation
1 parent 7411afc commit 012a982

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ env:
1515
- JOB=ci-checks
1616
- JOB=unit-core BROWSER_PROVIDER=saucelabs
1717
- JOB=unit-jquery BROWSER_PROVIDER=saucelabs
18-
- JOB=unit-jquery-2-1 BROWSER_PROVIDER=saucelabs
19-
- JOB=unit-jquery-2-2 BROWSER_PROVIDER=saucelabs
20-
# - JOB=unit-modules BROWSER_PROVIDER=saucelabs
18+
- JOB=unit-modules BROWSER_PROVIDER=saucelabs
2119
- JOB=docs-app BROWSER_PROVIDER=saucelabs
2220
- JOB=e2e TEST_TARGET=jqlite BROWSER_PROVIDER=saucelabs
2321
- JOB=e2e TEST_TARGET=jquery BROWSER_PROVIDER=saucelabs

karma-shared.conf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ module.exports = function(config, specificOptions) {
178178
var buildLabel = 'TRAVIS #' + process.env.TRAVIS_BUILD_NUMBER + ' (' + process.env.TRAVIS_BUILD_ID + ')';
179179

180180
config.concurrency = 3;
181-
config.retryLimit = 5;
182181

183182
// Karma (with socket.io 1.x) buffers by 50 and 50 tests can take a long time on IEs;-)
184183
config.browserNoActivityTimeout = 120000;

scripts/travis/build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ case "$JOB" in
3838
;;
3939
"unit-jquery")
4040
grunt test:jquery --browsers="$BROWSERS" --reporters=spec
41-
;;
42-
"unit-jquery-2-1")
4341
grunt test:jquery-2.1 --browsers="$BROWSERS" --reporters=spec
44-
;;
45-
"unit-jquery-2-2")
4642
grunt test:jquery-2.2 --browsers="$BROWSERS" --reporters=spec
4743
;;
4844
"unit-modules")

0 commit comments

Comments
 (0)