https://github.com/cuixiaorui/tutorial-travis-ci
使用 travis 的教程
https://github.com/cuixiaorui/tutorial-travis-ci
Last synced: 23 days ago
JSON representation
使用 travis 的教程
- Host: GitHub
- URL: https://github.com/cuixiaorui/tutorial-travis-ci
- Owner: cuixiaorui
- Created: 2019-06-18T06:05:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:46:01.000Z (over 2 years ago)
- Last Synced: 2024-11-06T17:49:48.388Z (7 months ago)
- Language: JavaScript
- Size: 861 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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!