Skip to content

Commit

Permalink
Updated travis settings and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dopecodez committed Jun 6, 2020
1 parent e6a99fc commit 2bc8268
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
env:
global:
- CC_TEST_REPORTER_ID=80bbe1c2dc70ec9d8650135b59f2fd28f77ca559663990d0c8689ed026da9bd4
language: node_js
node_js:
- '13'
- '12'
- '10'
- '10'
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# PINGMAN [![Build Status](https://travis-ci.org/dopecodez/pingman.svg?branch=master)](https://travis-ci.org/dopecodez/pingman) [![Contributions](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dopecodez/pingman/issues) [![Maintainability](https://api.codeclimate.com/v1/badges/18e10003e2c71f0c100b/maintainability)](https://codeclimate.com/github/dopecodez/pingman/maintainability) [![install size](https://packagephobia.now.sh/badge?p=pingman)](https://packagephobia.now.sh/result?p=pingman)

Human-friendly node wrapper for ping utility across platforms.
Human-friendly node wrapper for ping utility across platforms build with latest ES6 features with native support for async/await and promises.
```
Add ping utility to your projects with zero dependencies
```
Newly released and actively maintained. Small unpacked size.

# INSTALLATION

Expand Down

0 comments on commit 2bc8268

Please sign in to comment.