Skip to content
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

CI: Disable node_modules caching #139

Merged
merged 1 commit into from
Nov 17, 2019
Merged

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Nov 17, 2019

Our CI is currently flaky because the node_modules cache is shared between the different ember-try jobs, which leads to conflicts. Since we already cache the yarn files we can disable the unnecessary caching of node_modules.

see https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#caching-with-npm

Our CI is currently flaky because the `node_modules` cache is shared between the different ember-try jobs, which leads to conflicts. Since we already cache the yarn files we can disable the unnecessary caching of `node_modules`.

see https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#caching-with-npm
@Turbo87 Turbo87 merged commit d1dcbc9 into ember-cli:master Nov 17, 2019
@Turbo87 Turbo87 deleted the fix-ci-caching branch November 17, 2019 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant