Skip to content

nfischer/travis-check-changes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Make sure that no files were changed after travis finishes running

Resources

Stars

Watchers

Forks

Packages

No packages published