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

Re-factor the npm test command, used by Travis, to avoid running the 'default_preferences' tasks concurrently (issue 10732) #11413

Merged
merged 1 commit into from
Dec 18, 2019

Commits on Dec 18, 2019

  1. Re-factor the npm test command, used by Travis, to avoid running th…

    …e 'default_preferences' tasks concurrently (issue 10732)
    
    *Please note:* This patch does *not* prevent the 'default_preferences' task from running more than once during `npm test`, but it does ensure that the tasks won't run *concurrently* by running the relevant tests in *series*.
    
    While it would obviously still make sense to re-factor the gulpfile to account for changes in `gulp` version 4, by at least tweaking the `npm test` command the intermittent failures on Travis should at least go away.
    Snuffleupagus committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    f406263 View commit details
    Browse the repository at this point in the history