summaryrefslogtreecommitdiffstats
path: root/.travis/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.travis/README.md')
-rw-r--r--.travis/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/README.md b/.travis/README.md
index 1e492d2809..4ffdbe6ae9 100644
--- a/.travis/README.md
+++ b/.travis/README.md
@@ -45,7 +45,7 @@ Our CI/CD lifecycle contains three different execution entry points:
3) A scheduled job runs on master once per day: Travis will run on master at the scheduled interval
To accommodate all three entry points our CI/CD workflow has a set of steps that run on all three entry points.
-Once all these steps are successfull, then our pipeline executes another subset of steps for entry points 2 and 3.
+Once all these steps are successful, then our pipeline executes another subset of steps for entry points 2 and 3.
In travis terms the "steps" are "Stages" and within each stage we execute a set of activities called "jobs" in travis.
### Always run: Stages that running on all three execution entry points