Skip to content

Commit 212ed79

Browse files
committed
WIP Test please ignore
1 parent b67813e commit 212ed79

File tree

6 files changed

+4182
-4148
lines changed

6 files changed

+4182
-4148
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ workflows:
4545
version: 2
4646
default_workflow:
4747
jobs:
48-
- build
48+
# - build
4949

5050
general:
5151
branches:

.travis.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ branches:
2222

2323
jobs:
2424
include:
25-
- env: "MODE=lint"
26-
- env: "MODE=aot"
27-
- env: "MODE=payload"
28-
- env: "MODE=prerender"
29-
- env: "MODE=e2e"
25+
# - env: "MODE=lint"
26+
# - env: "MODE=aot"
27+
# - env: "MODE=payload"
28+
# - env: "MODE=prerender"
29+
# - env: "MODE=e2e"
3030
- env: "MODE=saucelabs_required"
31-
- env: "MODE=browserstack_required"
32-
- env: "MODE=travis_required"
33-
- env: "DEPLOY_MODE=build-artifacts"
34-
if: type = push
35-
- env: "DEPLOY_MODE=docs-content"
36-
if: type = push
37-
- env: "DEPLOY_MODE=screenshot-tool"
38-
if: type = cron
39-
- env: "DEPLOY_MODE=dashboard"
40-
if: type = cron
31+
# - env: "MODE=browserstack_required"
32+
# - env: "MODE=travis_required"
33+
# - env: "DEPLOY_MODE=build-artifacts"
34+
# if: type = push
35+
# - env: "DEPLOY_MODE=docs-content"
36+
# if: type = push
37+
# - env: "DEPLOY_MODE=screenshot-tool"
38+
# if: type = cron
39+
# - env: "DEPLOY_MODE=dashboard"
40+
# if: type = cron
4141
# Closure Compiler CI check is temporarily disabled until a new version of
4242
# the tool is released with https://github.com/google/closure-compiler/pull/2600
4343
# - env: "MODE=closure-compiler"

0 commit comments

Comments
 (0)