You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments