Skip to content

Commit

Permalink
wip In README added TravisCI markdown to show build status
Browse files Browse the repository at this point in the history
  • Loading branch information
bcowgill committed Mar 13, 2021
1 parent b91ec1e commit cd65c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The existing coding style is maintained by the use of [prettier](https://www.npm
Add unit tests for any new or changed functionality. Lint and test your code using the supplied npm targets.
Review the test coverage output to ensure you've tested whatever has been added.

[![Build Status](https://travis-ci.org/bcowgill/perljs.svg?branch=master)](https://travis-ci.org/bcowgill/perljs)

## Developing

*Node*: Check that Node is [installed](https://nodejs.org/en/download/) with version 12 and up. You can check this with `node -v`.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Perl for Javascript. Just some functions that a perl developer misses in Javascr

Works with browsers and node v0.10.0+

[![Build Status](https://travis-ci.org/bcowgill/perljs.svg?branch=master)](https://travis-ci.org/bcowgill/perljs)

## Quick Usage

```javascript
Expand Down

0 comments on commit cd65c8c

Please sign in to comment.