summaryrefslogtreecommitdiffstats
path: root/docs/repo_structure.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/repo_structure.md')
-rw-r--r--docs/repo_structure.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/repo_structure.md b/docs/repo_structure.md
index 693837fba..f598f22c3 100644
--- a/docs/repo_structure.md
+++ b/docs/repo_structure.md
@@ -52,3 +52,16 @@ These are plugins used in playbooks and roles:
.
└── test Contains tests.
```
+
+### CI
+
+These files are used by [PAPR](https://github.com/projectatomic/papr),
+It is very similar in workflow to Travis, with the test
+environment and test scripts defined in a YAML file.
+
+```
+.
+├── .papr.yml
+├── .papr.sh
+└── .papr.inventory
+```