UNPKG

remark-github-break

Version:

[![build status](https://img.shields.io/travis/imcuttle/remark-github-break/master.svg?style=flat-square)](https://travis-ci.org/imcuttle/remark-github-break) [![Test coverage](https://img.shields.io/codecov/c/github/imcuttle/remark-github-break.svg?style

20 lines (16 loc) 243 B
sudo: false language: node_js node_js: - stable cache: bundle: true directories: - node_modules install: - npm install before_script: - npm install codecov script: - npm test after_script: - codecov --token=$CODECOV_TOKEN