This repository was archived by the owner on Aug 11, 2021. It is now read-only.
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : false
3
3
node_js :
4
+ - " 9"
5
+ - " 8"
4
6
- " 7"
5
7
- " 6"
6
8
- " 4"
Original file line number Diff line number Diff line change 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 )
2
2
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
4
4
executing packages' lifecycle scripts. It is extracted from npm itself and
5
5
intended to be fully compatible with the way npm executes individual scripts.
6
6
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
+ - nodejs_version : " 9"
4
+ - nodejs_version : " 8"
3
5
- nodejs_version : " 7"
4
6
- nodejs_version : " 6"
5
7
- nodejs_version : " 4"
You can’t perform that action at this time.
0 commit comments