File tree Expand file tree Collapse file tree 4 files changed +16
-18
lines changed Expand file tree Collapse file tree 4 files changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,21 @@ branches:
22
22
23
23
jobs :
24
24
include :
25
- - env : " MODE=lint"
26
- - env : " MODE=aot"
27
- - env : " MODE=payload"
28
- - env : " MODE=prerender"
25
+ # - env: "MODE=lint"
26
+ # - env: "MODE=aot"
27
+ # - env: "MODE=payload"
28
+ # - env: "MODE=prerender"
29
29
# Closure Compiler CI check is temporarily disabled until a new version of
30
30
# the tool is released with https://github.com/google/closure-compiler/pull/2600
31
31
# - env: "MODE=closure-compiler"
32
32
- env : " MODE=e2e"
33
- # - env: "MODE=test-browserstack-1"
34
- - env : " MODE=test-browserstack-2"
35
- - env : " MODE=test-travis-1"
36
- - env : " DEPLOY_MODE=build-artifacts"
37
- - env : " DEPLOY_MODE=docs-content"
38
- - env : " DEPLOY_MODE=screenshot-tool"
39
- - env : " DEPLOY_MODE=dashboard"
33
+ - env : " MODE=test-browserstack-1"
34
+ # - env: "MODE=test-browserstack-2"
35
+ # - env: "MODE=test-travis-1"
36
+ # - env: "DEPLOY_MODE=build-artifacts"
37
+ # - env: "DEPLOY_MODE=docs-content"
38
+ # - env: "DEPLOY_MODE=screenshot-tool"
39
+ # - env: "DEPLOY_MODE=dashboard"
40
40
env :
41
41
global :
42
42
- LOGS_DIR=/tmp/angular-material2-build/logs
Original file line number Diff line number Diff line change 100
100
"karma-coverage" : " ^1.1.1" ,
101
101
"karma-firefox-launcher" : " ^1.0.1" ,
102
102
"karma-jasmine" : " ^1.1.0" ,
103
- "karma-sauce-launcher" : " ^1.2.0" ,
104
103
"karma-sourcemap-loader" : " ^0.3.7" ,
105
104
"madge" : " ^2.2.0" ,
106
105
"magic-string" : " ^0.22.4" ,
Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ exports.platformMap = {
40
40
'travis' : buildConfiguration ( 'TC' ) ,
41
41
} ;
42
42
43
- /** Ensures that the Travis access keys work properly. */
44
- if ( process . env . TRAVIS ) {
45
- process . env . BROWSER_STACK_ACCESS_KEY = decodeToken ( process . env . BROWSER_STACK_ACCESS_KEY ) ;
46
- }
47
-
48
43
/** Build a list of configuration for the specified platform. */
49
44
function buildConfiguration ( platform ) {
50
45
const platformConfig = { } ;
@@ -76,3 +71,8 @@ function buildConfiguration(platform) {
76
71
function decodeToken ( token ) {
77
72
return ( token || '' ) . split ( '' ) . reverse ( ) . join ( '' ) ;
78
73
}
74
+
75
+ /** Ensures that the Travis access keys work properly. */
76
+ if ( process . env . TRAVIS ) {
77
+ process . env . BROWSER_STACK_ACCESS_KEY = decodeToken ( process . env . BROWSER_STACK_ACCESS_KEY ) ;
78
+ }
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ module.exports = (config) => {
9
9
plugins : [
10
10
require ( 'karma-jasmine' ) ,
11
11
require ( 'karma-browserstack-launcher' ) ,
12
- require ( 'karma-sauce-launcher' ) ,
13
12
require ( 'karma-chrome-launcher' ) ,
14
13
require ( 'karma-firefox-launcher' ) ,
15
14
require ( 'karma-sourcemap-loader' ) ,
You can’t perform that action at this time.
0 commit comments