travis-check-changes

0.4.0 • Public • Published

travis-check-changes

Make sure that no files were changed after travis finishes running

Installation

npm install --save-dev travis-check-changes

Usage

In package.json:

  "scripts": {
    "test": "... whatever you have here ...",
    "after-travis": "travis-check-changes"
  },

In .travis.yml:

script:
  - npm test
  - npm run after-travis

Readme

Keywords

Package Sidebar

Install

npm i travis-check-changes

Weekly Downloads

305

Version

0.4.0

License

MIT

Unpacked Size

1.56 kB

Total Files

3

Last publish

Collaborators

  • nfischer