Skip to content

fix: remove CI=1 suggestion #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ command = "npm run build"
publish = "build"

[build.environment]
# do not show Cypress installation progress messages
CI = 1.0
# cache Cypress binary in local "node_modules" folder
# so Netlify caches it
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
Expand All @@ -67,8 +65,6 @@ To record test results and artifacts on Cypress Dashboard, set `record: true` pl
command = "npm run build"
publish = "build"
[build.environment]
# do not show Cypress installation progress messages
CI = 1.0
# cache Cypress binary in local "node_modules" folder
# so Netlify caches it
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
Expand Down Expand Up @@ -120,8 +116,6 @@ Run only a single spec or specs matching a wildcard
command = "npm run build"
publish = "build"
[build.environment]
# do not show Cypress installation progress messages
CI = 1.0
# cache Cypress binary in local "node_modules" folder
# so Netlify caches it
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"
Expand Down
1 change: 0 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
command = "echo 'Netlify build command ...'"
publish = "public"
[build.environment]
CI = "1"
TERM = "xterm"
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary"

Expand Down