trevor - Your own Travis CI to run tests locally

added by bpwndaddy
10/1/2015 3:09:18 PM

486 Views

I often need to run tests for multiple versions of Node.js. But I don't want to switch versions manually using n/nvm or push the code to Travis CI just to run the tests. That's why I created Trevor. It reads .travis.yml and runs tests in all versions you requested, just like Travis CI. Now, you can test before push and keep your git history clean.


0 comments