summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-03-13 06:36:33 +0800
committerGitHub <noreply@github.com>2020-03-13 08:36:33 +1000
commit975526701ae145240d42fe49981987a9bab2948d (patch)
tree1865cc6dec653dfa4381058baaa500280ed35f07 /.travis
parenta18ec2d2d81bfa178be09f3fa427ea4ddbc1bf40 (diff)
Correct a typo in .travis/README.md (#8333)
Diffstat (limited to '.travis')
-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