Skip to content

Commit a4d7a02

Browse files
committed
Broken tag + header levels
1 parent f5079f6 commit a4d7a02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

user/build-lifecycle.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ While you can use them, you have full control over every single step of the buil
99

1010
We'll cover a build's lifecycle and give an overview of where you can hook into.
1111

12-
<div id="toc"/></div>
12+
<div id="toc"></div>
1313

14-
### The Build Lifecycle
14+
## The Build Lifecycle
1515

1616
A build on Travis CI follows two simple steps: first, install any dependencies required, then run a script that effectively runs the build or the tests.
1717

@@ -47,7 +47,7 @@ The complete lifecycle is as follows:
4747
5. `after_success` or `after_failure`
4848
6. `after_script`
4949

50-
### Breaking the Build
50+
## Breaking the Build
5151

5252
If any of the commands in the first four stages above returns a non-zero exit code, Travis CI considers the build to be broken.
5353

@@ -61,7 +61,7 @@ it continues to run the remaining steps before it fails the build.
6161

6262
Currently, neither the `after_success` nor `after_failure` have any influence on the build result. We have plans to change this behaviour.
6363

64-
### Deployment
64+
## Deployment
6565

6666
An optional phase in the build lifecycle is deployment.
6767

@@ -71,6 +71,6 @@ You can run steps before a deploy by using the `before_deploy` phase. A non-zero
7171

7272
If there are any steps you'd like to run after the deployment, you can use the `after_deploy` phase.
7373

74-
### Customizing Build Steps
74+
## Customizing Build Steps
7575

7676
You can override any of the existing steps or add new ones. Our [guide on customizing your build](/user/customizing-the-build) covers these topics.

0 commit comments

Comments
 (0)