This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ branches:
14
14
15
15
env :
16
16
matrix :
17
- - JOB=ci-checks
17
+ # - JOB=ci-checks
18
18
- JOB=unit BROWSER_PROVIDER=saucelabs
19
- - JOB=docs-e2e BROWSER_PROVIDER=saucelabs
20
- - JOB=e2e TEST_TARGET=jqlite BROWSER_PROVIDER=saucelabs
21
- - JOB=e2e TEST_TARGET=jquery BROWSER_PROVIDER=saucelabs
19
+ # - JOB=docs-e2e BROWSER_PROVIDER=saucelabs
20
+ # - JOB=e2e TEST_TARGET=jqlite BROWSER_PROVIDER=saucelabs
21
+ # - JOB=e2e TEST_TARGET=jquery BROWSER_PROVIDER=saucelabs
22
22
global :
23
23
- CXX=g++-4.8 # node 4 likes the G++ v4.8 compiler
24
24
- SAUCE_USERNAME=angular-ci
Original file line number Diff line number Diff line change @@ -214,11 +214,11 @@ var angularFiles = {
214
214
'@angularSrcModules' ,
215
215
'test/modules/no_bootstrap.js' ,
216
216
'test/helpers/*.js' ,
217
- 'test/ngAnimate/*.js' ,
218
- 'test/ngMessageFormat/*.js' ,
219
- 'test/ngMessages/*.js' ,
220
- 'test/ngMock/*.js' ,
221
- 'test/ngCookies/*.js' ,
217
+ // 'test/ngAnimate/*.js',
218
+ // 'test/ngMessageFormat/*.js',
219
+ // 'test/ngMessages/*.js',
220
+ // 'test/ngMock/*.js',
221
+ // 'test/ngCookies/*.js',
222
222
'test/ngRoute/**/*.js' ,
223
223
'test/ngResource/*.js' ,
224
224
'test/ngSanitize/**/*.js' ,
You can’t perform that action at this time.
0 commit comments