Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 7a8fc71

Browse files
committed
ci: add node 8 and 9 to CI configs
1 parent 67adc2d commit 7a8fc71

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
sudo: false
33
node_js:
4+
- "9"
5+
- "8"
46
- "7"
57
- "6"
68
- "4"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# npm-lifecycle [![npm version](https://img.shields.io/npm/v/npm-lifecycle.svg)](https://npm.im/npm-lifecycle) [![license](https://img.shields.io/npm/l/npm-lifecycle.svg)](https://npm.im/npm-lifecycle) [![Travis](https://img.shields.io/travis/npm/lifecycle.svg)](https://travis-ci.org/npm/lifecycle) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/npm/lifecycle?svg=true)](https://ci.appveyor.com/project/npm/lifecycle) [![Coverage Status](https://coveralls.io/repos/github/npm/lifecycle/badge.svg?branch=latest)](https://coveralls.io/github/npm/lifecycle?branch=latest)
1+
# npm-lifecycle [![npm version](https://img.shields.io/npm/v/npm-lifecycle.svg)](https://npm.im/npm-lifecycle) [![license](https://img.shields.io/npm/l/npm-lifecycle.svg)](https://npm.im/npm-lifecycle) [![Travis](https://img.shields.io/travis/npm/npm-lifecycle.svg)](https://travis-ci.org/npm/npm-lifecycle) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/npm/npm-lifecycle?svg=true)](https://ci.appveyor.com/project/npm/npm-lifecycle) [![Coverage Status](https://coveralls.io/repos/github/npm/npm-lifecycle/badge.svg?branch=latest)](https://coveralls.io/github/npm/npm-lifecycle?branch=latest)
22

3-
[`npm-lifecycle`](https://github.com/npm/lifecycle) is a standalone library for
3+
[`npm-lifecycle`](https://github.com/npm/npm-lifecycle) is a standalone library for
44
executing packages' lifecycle scripts. It is extracted from npm itself and
55
intended to be fully compatible with the way npm executes individual scripts.
66

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
environment:
22
matrix:
3+
- nodejs_version: "9"
4+
- nodejs_version: "8"
35
- nodejs_version: "7"
46
- nodejs_version: "6"
57
- nodejs_version: "4"

0 commit comments

Comments
 (0)