An open API service indexing awesome lists of open source software.

https://github.com/cuixiaorui/tutorial-travis-ci

使用 travis 的教程
https://github.com/cuixiaorui/tutorial-travis-ci

Last synced: 23 days ago
JSON representation

使用 travis 的教程

Awesome Lists containing this project

README

        

Welcome to tutorial-travis-ci 👋




## description
1. 当增加一个新功能的时候,需要新建一个分支。
2. 在功能开发完成后,发送一个 pr
3. 在发送 pr 后,travis 将会自动运行 npm test
4. 随后会显示其运行的结果
5. 成功的话,管理者可以将 pr 合并到 master

## Install

```sh
npm install
```

## Run tests

```sh
npm run test
```

## Show your support

Give a ⭐️ if this project helped you!