1.0.6 • Published 6 years ago

commentator v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Commentator

Greenkeeper badge A simple pull-request (PR) comentator for travis.

Usage

Edit your travis.yml with the message you'd like to comment your PR with.

    language: node_js
    cache:
      directories:
        - node_modules
    notifications:
      email: false
    node_js:
      - '7'
    before_install:
+     - npm i -g commentator
    before_script:
      - npm prune
+     - npm run coverage | commentator
    after_success:
      - npm run semantic-release
    branches:
      except:
        - /^v\d+\.\d+\.\d+$/

Everytime now when travis runs the above npm run coverage script it will comment the results on the PR.

1.0.6

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago