Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information