mrm-task-travis

Mrm task that adds Travis CI

Usage no npm install needed!

<script type="module">
  import mrmTaskTravis from 'https://cdn.skypack.dev/mrm-task-travis';
</script>

README

[DEPRECATED] mrm-task-travis

Use the ci task instead.

Mrm task that adds Travis CI.

What it does

  • Creates .travis.yml
  • Adds Travis CI badge to the Readme

Usage

npx mrm travis

Options

See Mrm docs for more details.

readmeFile (default: Readme.md)

Name of the Readme file.

maxNode (default: 9)

Maximum Node.js version to run tests. Minimum version will be taken from engines.node field of you package.json.

Changelog

The changelog can be found in CHANGELOG.md.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.