mirror of https://github.com/ARMmbed/mbed-os.git
travis: Remove trailing whitespace
parent
f5358a7ff4
commit
fc146cd641
|
@ -43,7 +43,7 @@ after_failure:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
### Basic Tests ###
|
### Basic Tests ###
|
||||||
- &basic-vm
|
- &basic-vm
|
||||||
stage: "Basic"
|
stage: "Basic"
|
||||||
|
@ -127,7 +127,7 @@ matrix:
|
||||||
| ( grep -v -f .astyleignore || true ) \
|
| ( grep -v -f .astyleignore || true ) \
|
||||||
| while read file; do astyle -n --options=.astylerc "${file}"; done
|
| while read file; do astyle -n --options=.astylerc "${file}"; done
|
||||||
- git diff --exit-code --diff-filter=d --color
|
- git diff --exit-code --diff-filter=d --color
|
||||||
|
|
||||||
- <<: *docs-vm
|
- <<: *docs-vm
|
||||||
name: "spellcheck"
|
name: "spellcheck"
|
||||||
env: NAME=doxy-spellcheck
|
env: NAME=doxy-spellcheck
|
||||||
|
@ -224,7 +224,7 @@ matrix:
|
||||||
env: NAME=tools-py3.7
|
env: NAME=tools-py3.7
|
||||||
python: 3.7
|
python: 3.7
|
||||||
|
|
||||||
|
|
||||||
### Extended Tests ###
|
### Extended Tests ###
|
||||||
- &extended-vm
|
- &extended-vm
|
||||||
stage: "Extended"
|
stage: "Extended"
|
||||||
|
|
Loading…
Reference in New Issue