Skip to content

Commit

Permalink
wip In README CONTRIBuTING added TravisCI build Markdown badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bcowgill committed Mar 13, 2021
1 parent cd65c8c commit 255e857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Contributing to perljs
Contributing to perljs [![Build Status](https://travis-ci.org/bcowgill/perljs.svg?branch=master)](https://travis-ci.org/bcowgill/perljs)
======================

Contributions are always welcome, no matter how large or small!
Expand All @@ -7,7 +7,6 @@ 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

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
perljs
perljs [![Build Status](https://travis-ci.org/bcowgill/perljs.svg?branch=master)](https://travis-ci.org/bcowgill/perljs)
======

Perl for Javascript. Just some functions that a perl developer misses in Javascript.

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

Expand Down

0 comments on commit 255e857

Please sign in to comment.