trevor

? Your own mini Travis CI to run tests locally

  • 所有者: vadimdemedes/trevor
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Build Status

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

主要指标

概览
名称与所有者vadimdemedes/trevor
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2015-10-01 08:31:55
推送于2019-11-23 20:08:15
最后一次提交2019-11-23 12:07:57
发布数13
最新版本名称v2.4.1 (发布于 2019-11-23 12:07:57)
第一版名称v1.0.0 (发布于 2015-10-01 13:24:37)
用户参与
星数2.1k
关注者数25
派生数51
提交数78
已启用问题?
问题数51
打开的问题数11
拉请求数16
打开的拉请求数1
关闭的拉请求数13
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?