This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 15
15
- JOB=ci-checks
16
16
- JOB=unit-core BROWSER_PROVIDER=saucelabs
17
17
- JOB=unit-jquery BROWSER_PROVIDER=saucelabs
18
+ - JOB=unit-modules BROWSER_PROVIDER=saucelabs
18
19
- JOB=docs-app BROWSER_PROVIDER=saucelabs
19
20
- JOB=e2e TEST_TARGET=jqlite BROWSER_PROVIDER=saucelabs
20
21
- JOB=e2e TEST_TARGET=jquery BROWSER_PROVIDER=saucelabs
Original file line number Diff line number Diff line change @@ -35,13 +35,15 @@ case "$JOB" in
35
35
" unit-core" )
36
36
grunt test:promises-aplus
37
37
grunt test:jqlite --browsers=" $BROWSERS " --reporters=spec
38
- grunt test:modules --browsers=" $BROWSERS " --reporters=spec
39
38
;;
40
39
" unit-jquery" )
41
40
grunt test:jquery --browsers=" $BROWSERS " --reporters=spec
42
41
grunt test:jquery-2.2 --browsers=" $BROWSERS " --reporters=spec
43
42
grunt test:jquery-2.1 --browsers=" $BROWSERS " --reporters=spec
44
43
;;
44
+ " unit-modules" )
45
+ grunt test:modules --browsers=" $BROWSERS " --reporters=spec
46
+ ;;
45
47
" docs-app" )
46
48
grunt tests:docs --browsers=" $BROWSERS " --reporters=spec
47
49
grunt test:travis-protractor --specs=" docs/app/e2e/**/*.scenario.js"
@@ -102,6 +104,7 @@ case "$JOB" in
102
104
'ci-checks',\
103
105
'unit-core',\
104
106
'unit-jquery',\
107
+ 'unit-modules',\
105
108
'docs-app',\
106
109
'e2e',\
107
110
or\
You can’t perform that action at this time.
0 commit comments