GitXplorerGitXplorer
n

travis-check-changes

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
ac960ae36831b301f776d30f117f76870131197e

refactor to ShellJS

nnfischer committed 9 years ago
Unverified
4f313b660f7a96a480864ea785cdae43fe3c28e1

docs

nnfischer committed 9 years ago
Unverified
58eb8f6502251cda3108322b646509612d88340d

Initial commit

nnfischer committed 9 years ago

README

The README file for this repository.

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