aboutsummaryrefslogtreecommitdiff
path: root/.travis/README.md
diff options
context:
space:
mode:
authorJulian Fleischer <tirednesscankill@warhog.net>2018-08-03 17:27:08 +0200
committerJulian Fleischer <tirednesscankill@warhog.net>2018-08-27 12:23:25 +0200
commit272306ea57116c0c9afc0f73161929be978fe9a8 (patch)
treeb3d09178f138ea439f84c0946f3bfb7a1d6e9015 /.travis/README.md
parent519e2739cf6fac98ec24888b36b011f1c6b98bbc (diff)
downloadbitcoin-272306ea57116c0c9afc0f73161929be978fe9a8.tar.xz
number .travis/ script according to build lifecycle and add README to explain
Diffstat (limited to '.travis/README.md')
-rw-r--r--.travis/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis/README.md b/.travis/README.md
new file mode 100644
index 0000000000..21d1b9cc03
--- /dev/null
+++ b/.travis/README.md
@@ -0,0 +1,8 @@
+## travis build scripts
+
+The `.travis` directory contains scripts for each build step in each build stage.
+Currently the travis build defines two stages `lint` and `test`. Each stage has
+it's own [lifecycle](https://docs.travis-ci.com/user/customizing-the-build/#the-build-lifecycle).
+Every script in here is named and numbered according to which stage and lifecycle
+step it belongs to.
+