mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
260 B
260 B
flow for a new feature is:
- branch feature branch off master
- dev feature
- submit PR
- travis build is automatically run for that branch, reported on PR
- merge PR into master
- travis build automatically runs for master, deploys if tests still pass