Skip to content

Commit

Permalink
Merge pull request #36 from dwyl/update-ps-tree-to-1.1.1-for-issue#35
Browse files Browse the repository at this point in the history
Update to latest [email protected]
  • Loading branch information
iteles authored Nov 26, 2018
2 parents 9776c64 + c219ea0 commit 2f5a9d4
Show file tree
Hide file tree
Showing 4 changed files with 1,437 additions and 141 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: node_js
node_js:
- 6
before_install:
- pip install --user codecov
- "6"
- "8"
- "9"
- "10"
- "11"
- "node"
after_success:
- codecov --file coverage/lcov.info --disable search
- bash <(curl -s https://codecov.io/bash)
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ A minimalist yet *reliable* (tested) way to **Terminate** a **Node.js Process**
![terminate-the-node-process-final](https://cloud.githubusercontent.com/assets/194400/6859420/a3b63f3c-d410-11e4-91bb-ad6b607cc465.png)

[![Build Status](https://travis-ci.org/dwyl/terminate.svg?branch=master)](https://travis-ci.org/dwyl/terminate)
[![Code Climate](https://codeclimate.com/github/dwyl/terminate/badges/gpa.svg)](https://codeclimate.com/github/dwyl/terminate)
[![codecov.io](https://codecov.io/github/dwyl/terminate/coverage.svg?branch=master)](https://codecov.io/github/dwyl/terminate?branch=master)
[![npm version](https://badge.fury.io/js/terminate.svg)](http://badge.fury.io/js/terminate)
[![Node.js Version](https://img.shields.io/node/v/terminate.svg?style=flat)](http://nodejs.org/download)
Expand Down
Loading

0 comments on commit 2f5a9d4

Please sign in to comment.