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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?