Correct a typo in .travis/README.md (#8333)
Felix Yan committed
Mar 13, 2020 at 06:36 UTC
975526701ae145240d42fe49981987a9bab2948d
1 file changed
+1
-1
.travis/README.md
+1
-1
@@ -45,7 +45,7 @@ Our CI/CD lifecycle contains three different execution entry points:
45
3) A scheduled job runs on master once per day: Travis will run on master at the scheduled interval
46
47
To accommodate all three entry points our CI/CD workflow has a set of steps that run on all three entry points.
48
-Once all these steps are successfull, then our pipeline executes another subset of steps for entry points 2 and 3.
48
+Once all these steps are successful, then our pipeline executes another subset of steps for entry points 2 and 3.
49
In travis terms the "steps" are "Stages" and within each stage we execute a set of activities called "jobs" in travis.
50
51
### Always run: Stages that running on all three execution entry points