Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Update CI scripts to test against current Node release (#453)
* ci(.travis.yml): Update Travis to test against current Node release Added Node-10 to list of Node versions against which to test. Fixes #452 Fixes #454 * ci(.travis.yml): Update Travis to test against Node-9.x Added Node-9 to list of Node versions against which to test. Added file header. Moved "cache" after install step. Moved "notifications" after deploy pseudo-step. * ci(appveyor.yml): Rename AppVeyor settings file to use its alternative name * ci(.appveyor.yml): Update AppVeyor to test against current Node release Added Node-10 to list of Node versions against which to test. Added file header. Added ability to skip CI via git commit message. Added ability to stop tests once any job fails. * ci(.appveyor.yml): Remove "skip_commits" directive Directive was unnecessary as handled standard. Moved "cache" directive closer to where used in phase. Moved "branches" directive to bottom to match location in Travis configuration.
- Loading branch information