Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Stop testing Node.js v5 * Only upgrade npm when Travis runs Node.js older than v6 * Cache npm directories in Travis builds * Stop retrying failed runs in Appveyor Hopefully it's become more reliable since a73374d. * Remove unnecessary clone_depth option from Appveyor Per https://www.appveyor.com/docs/how-to/repository-shallow-clone/#downloading-repository-via-github-or-bitbucket-api * Remove unnecessary version property from Appveyor We're not building so the version isn't necessary. * Cache npm directories in Appveyor builds * Prune after npm install Ensure top-level dependencies are indeed no longer available when removed from the package.json. * Ensure npm@3 for pre-v6 Node.js versions Soon npm@latest will be npm@4. Let's stick to v3 for now.
- Loading branch information