Trevor
🚦 Your own mini Travis CI to run tests locally
Install / Use
/learn @vadimdemedes/TrevorREADME
Your own Travis CI to run tests locally.
Purpose
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.
Requirements
Installation
$ npm install --global trevor
Usage
Given the following .travis.yml file:
language: node_js
node_js:
- '7'
- '6'
- '4'
Run trevor in project's directory:
$ trevor
License
MIT © Vadim Demedes
Related Skills
node-connect
335.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
335.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.7kCommit, push, and open a PR
