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

fix CI client-test cache problem #118

Merged
merged 1 commit into from
Feb 28, 2017

Conversation

canufeel
Copy link

@canufeel canufeel commented Feb 28, 2017

Remove node_modules/ember-try on each travis.ci run to avoid accumulation of nested folders because of caching of node_modules folder and repeated npm link / npm link ember-try commands being executed on each client-test travis scenario run.

Accumulation example can be observed here: https://travis-ci.org/ember-cli/ember-try/jobs/206107877

…tion of nested folders because of caching of node_modules folder and repeated npm link/npm link ember-try on each ci run
@rwjblue rwjblue merged commit 405907b into ember-cli:master Feb 28, 2017
@rwjblue
Copy link
Member

rwjblue commented Feb 28, 2017

I also noticed this issue when working on things, thanks for fixing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants