Skip to content

Commit ffa86af

Browse files
author
MarcoFalke
committed
Merge #13221: travis: Rename the build stage "check_doc" to "lint"
3d8ae74 travis: Rename the build stage "check_doc" to "lint" (practicalswift) Pull request description: Rename the Travis build stage from `check_doc` to `lint`. When `check_doc` was introduced back in fa1b80d it was used to make sure `contrib/devtools/check-doc.py` was run only once. Nowadays `check_docs` is used to trigger various linting type jobs which makes the name `check_doc` a bit misleading. Tree-SHA512: 39d7f3dd2ee6374e60c64fe4366df5f8752e350c4404d2d5b3dd9da64d6ac730a6b523286df4042a14360a5740e068a072ef32e04283ada719c988c7f9a1bf86
2 parents 418ae49 + 3d8ae74 commit ffa86af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
- depends/sdk-sources
1010
- $HOME/.ccache
1111
stages:
12-
- check_doc
12+
- lint
1313
- test
1414
env:
1515
global:
@@ -77,7 +77,7 @@ after_script:
7777

7878
jobs:
7979
include:
80-
- stage: check_doc
80+
- stage: lint
8181
sudo: false
8282
addons:
8383
apt:

0 commit comments

Comments
 (0)